commit: f31434eb8a1c8bf897c649719c7faf637767e5b5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Oct 19 02:01:52 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Oct 19 02:01:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f31434eb
dev-python/qtpy: Fix pyside6 REQUIRED_USE Closes: https://bugs.gentoo.org/964618 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/qtpy/qtpy-2.4.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/qtpy/qtpy-2.4.3-r1.ebuild b/dev-python/qtpy/qtpy-2.4.3-r1.ebuild index 4540983ec299..119b3556993f 100644 --- a/dev-python/qtpy/qtpy-2.4.3-r1.ebuild +++ b/dev-python/qtpy/qtpy-2.4.3-r1.ebuild @@ -30,7 +30,7 @@ unset _IUSE_QT_MODULES REQUIRED_USE=" || ( pyqt6 pyside6 ) - pyside6? ( $(python_gen_useflags python3_{11..13}) ) + pyside6? ( || ( $(python_gen_useflags python3_{11..13}) ) ) " # These flags are currently *not* common to the PySide2/6 and PyQt5/6 ebuilds
