From 6d7133fe2a81ed73ad2cf4ff2f8f8ceb8441ff48 Mon Sep 17 00:00:00 2001 From: "José P. R. N. Assis" Date: Fri, 2 Feb 2024 08:48:09 -0300 Subject: dev-python/qscintilla-python: add USE=qt6 #916232 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adding USE=qt6 to dev-python/qscintilla-python, based on previous work by @t0b3 (gentoo#31252), keeping qt5 support, via multibuild. Bug: https://bugs.gentoo.org/916232 Signed-off-by: José P. R. N. Assis Closes: https://github.com/gentoo/gentoo/pull/33493 Signed-off-by: Jimi Huotari --- x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'x11-libs') diff --git a/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild b/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild index 43e36261230c..50efd464a50b 100644 --- a/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild +++ b/x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,11 +10,7 @@ HOMEPAGE="https://www.riverbankcomputing.com/software/qscintilla/intro" MY_PN=QScintilla MY_P=${MY_PN}_src-${PV/_pre/.dev} -if [[ ${PV} == *_pre* ]]; then - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz" -else - SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz" -fi +SRC_URI="https://www.riverbankcomputing.com/static/Downloads/${MY_PN}/${PV}/${MY_P}.tar.gz" S=${WORKDIR}/${MY_P} LICENSE="GPL-3" -- cgit v1.2.3-65-gdbad