From f31434eb8a1c8bf897c649719c7faf637767e5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 19 Oct 2025 04:01:52 +0200 Subject: [PATCH] dev-python/qtpy: Fix pyside6 REQUIRED_USE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/964618 Signed-off-by: Michał Górny --- 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 4540983ec299a..119b3556993f6 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