commit: 8b478dc5487582fe32b0f02c20f556e56a388d9e
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 28 00:02:51 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 23:05:53 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8b478dc5
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 <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
www-client/falkon/falkon-24.12.49.9999.ebuild | 4 ++--
www-client/falkon/falkon-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www-client/falkon/falkon-24.12.49.9999.ebuild
b/www-client/falkon/falkon-24.12.49.9999.ebuild
index 56ded94f29..1b87cafb57 100644
--- a/www-client/falkon/falkon-24.12.49.9999.ebuild
+++ b/www-client/falkon/falkon-24.12.49.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}]
")
)
diff --git a/www-client/falkon/falkon-9999.ebuild
b/www-client/falkon/falkon-9999.ebuild
index 9da8b1eee4..6d123a3288 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}]
")
)