mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user