dev-python/qtpy: Fix pyside6 REQUIRED_USE

Closes: https://bugs.gentoo.org/964618
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-10-19 04:01:52 +02:00
parent de2ea380ae
commit f31434eb8a

View File

@@ -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