commit:     e3a4a2c4df671f65d1703890c0189ab28dae3eab
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 17:09:39 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 21:56:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a4a2c4

x11-libs/qscintilla: Switch IUSE +qt5/qt6 to qt5/+qt6

Majority of revdeps now requests Qt6.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild 
b/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild
index fb9ddb9b51a3..807d87f56354 100644
--- a/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild
+++ b/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+MY_PN=QScintilla
+MY_P=${MY_PN}_src-${PV/_pre/.dev}
 inherit flag-o-matic multibuild qmake-utils
 
 DESCRIPTION="Qt port of Neil Hodgson's Scintilla C++ editor control"
 HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro";
-
-MY_PN=QScintilla
-MY_P=${MY_PN}_src-${PV/_pre/.dev}
 
SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz";
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-3"
 SLOT="0/15"
 KEYWORDS="amd64 arm arm64 ppc ~ppc64 ~riscv x86"
-IUSE="designer doc +qt5 qt6"
+IUSE="designer doc qt5 +qt6"
 
 REQUIRED_USE="|| ( qt5 qt6 )"
 

Reply via email to