diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-12-27 19:02:51 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2025-01-06 17:48:50 -0500 |
commit | bb767918ecc5412ae3fb84d1697130c11448c178 (patch) | |
tree | d2c001819df48442ac7777bf372bb3ba6143911f /www-client/falkon | |
parent | dev-qt/qt-docs: drop 6.7.2_p202406110334, 6.7.3_p202409200836 (diff) | |
download | gentoo-bb767918ecc5412ae3fb84d1697130c11448c178.tar.gz gentoo-bb767918ecc5412ae3fb84d1697130c11448c178.tar.bz2 gentoo-bb767918ecc5412ae3fb84d1697130c11448c178.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>
Diffstat (limited to 'www-client/falkon')
-rw-r--r-- | www-client/falkon/falkon-24.08.3-r2.ebuild (renamed from www-client/falkon/falkon-24.08.3.ebuild) | 4 | ||||
-rw-r--r-- | www-client/falkon/falkon-24.08.3-r3.ebuild (renamed from www-client/falkon/falkon-24.08.3-r1.ebuild) | 4 | ||||
-rw-r--r-- | www-client/falkon/falkon-24.12.0-r1.ebuild (renamed from www-client/falkon/falkon-24.12.0.ebuild) | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/www-client/falkon/falkon-24.08.3.ebuild b/www-client/falkon/falkon-24.08.3-r2.ebuild index a24a2e1de13c..e6874c742db9 100644 --- a/www-client/falkon/falkon-24.08.3.ebuild +++ b/www-client/falkon/falkon-24.08.3-r2.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-24.08.3-r1.ebuild b/www-client/falkon/falkon-24.08.3-r3.ebuild index 4da6bc55c8ea..77b5e21cab13 100644 --- a/www-client/falkon/falkon-24.08.3-r1.ebuild +++ b/www-client/falkon/falkon-24.08.3-r3.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-24.12.0.ebuild b/www-client/falkon/falkon-24.12.0-r1.ebuild index 4322d900bde0..844d7bd68ba7 100644 --- a/www-client/falkon/falkon-24.12.0.ebuild +++ b/www-client/falkon/falkon-24.12.0-r1.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}] ") ) |