summaryrefslogtreecommitdiff
path: root/www-client/falkon/falkon-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-15 22:30:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-15 22:34:41 +0200
commita4bbbc908ac7f2e28fdd6af0909cf535af14de5e (patch)
tree0fc4eed6ae1d1c7ecbaf7e198a99adecdb393432 /www-client/falkon/falkon-9999.ebuild
parentfdbafc16f664ad6ae17906ad7d7c70e872198fad (diff)
downloadkde-a4bbbc908ac7f2e28fdd6af0909cf535af14de5e.tar.gz
kde-a4bbbc908ac7f2e28fdd6af0909cf535af14de5e.tar.bz2
kde-a4bbbc908ac7f2e28fdd6af0909cf535af14de5e.zip
www-client/falkon: Enforce QTMIN on dev-python/{pyside2,shiboken2}
Bug: https://bugs.gentoo.org/840434 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'www-client/falkon/falkon-9999.ebuild')
-rw-r--r--www-client/falkon/falkon-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild
index 7dd37294c12..bd825990467 100644
--- a/www-client/falkon/falkon-9999.ebuild
+++ b/www-client/falkon/falkon-9999.ebuild
@@ -43,10 +43,10 @@ COMMON_DEPEND="
)
python? (
${PYTHON_DEPS}
- $(python_gen_cond_dep '
- dev-python/pyside2[designer,gui,webengine,widgets,${PYTHON_USEDEP}]
- dev-python/shiboken2[${PYTHON_USEDEP}]
- ')
+ $(python_gen_cond_dep "
+ >=dev-python/pyside2-${QTMIN}[designer,gui,webengine,widgets,\${PYTHON_USEDEP}] \
+ >=dev-python/shiboken2-${QTMIN}[\${PYTHON_USEDEP}]
+ ")
)
X? (
>=dev-qt/qtx11extras-${QTMIN}:5