commit: 225c42fac105d6bc4761d681c379afe0111c31c8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 18:56:36 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 18:56:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=225c42fa
dev-python/qscintilla: Switch IUSE +qt5/qt6 to qt5/+qt6
Majority of revdeps now requests Qt6.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild
b/dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild
index de90727fa909..0c5a43772d03 100644
--- a/dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild
+++ b/dev-python/qscintilla/qscintilla-2.14.1-r2.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P}/Python
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="debug +qt5 qt6"
+IUSE="debug qt5 +qt6"
REQUIRED_USE="|| ( qt5 qt6 ) ${PYTHON_REQUIRED_USE}"