summaryrefslogtreecommitdiff
path: root/www-client/falkon/falkon-9999.ebuild
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-12-27 19:02:51 -0500
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-07 00:05:53 +0100
commit8b478dc5487582fe32b0f02c20f556e56a388d9e (patch)
tree4a11bc071e9fe46d49c24a874da9da541edf1ebd /www-client/falkon/falkon-9999.ebuild
parent7c5cb1a74346f120ed0dc58a3fb2bf22a96eeadb (diff)
downloadkde-8b478dc5487582fe32b0f02c20f556e56a388d9e.tar.gz
kde-8b478dc5487582fe32b0f02c20f556e56a388d9e.tar.bz2
kde-8b478dc5487582fe32b0f02c20f556e56a388d9e.zip
www-client/falkon: update pyside6 dep for uitools
Looking at the sources, this uses QtUiTools and most likely depended on [designer] given pyside6 formerly provided it with USE=designer. This been split into its own USE=uitools now. No real need to keep the old USE=designer logic for old versions given they were just dropped. Signed-off-by: Ionen Wolkens <ionen@gentoo.org> 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.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/falkon/falkon-9999.ebuild b/www-client/falkon/falkon-9999.ebuild
index 9da8b1eee4b..6d123a32886 100644
--- a/www-client/falkon/falkon-9999.ebuild
+++ b/www-client/falkon/falkon-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -40,7 +40,7 @@ COMMON_DEPEND="
python? (
${PYTHON_DEPS}
$(python_gen_cond_dep "
- >=dev-python/pyside6-${QTMIN}[designer,gui,positioning,webengine,widgets,\${PYTHON_USEDEP}] \
+ >=dev-python/pyside6-${QTMIN}[gui,positioning,uitools(-),webengine,widgets,\${PYTHON_USEDEP}]
>=dev-python/shiboken6-${QTMIN}[\${PYTHON_USEDEP}]
")
)