From 8b478dc5487582fe32b0f02c20f556e56a388d9e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Fri, 27 Dec 2024 19:02:51 -0500 Subject: 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 Signed-off-by: Andreas Sturmlechner --- www-client/falkon/falkon-24.12.49.9999.ebuild | 4 ++-- www-client/falkon/falkon-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'www-client') diff --git a/www-client/falkon/falkon-24.12.49.9999.ebuild b/www-client/falkon/falkon-24.12.49.9999.ebuild index 56ded94f290..1b87cafb579 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 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}] ") ) -- cgit v1.2.3