summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé P. R. N. Assis <espinafre@gmail.com>2024-02-02 08:48:09 -0300
committerJimi Huotari <chiitoo@gentoo.org>2024-04-16 19:29:11 +0300
commit6d7133fe2a81ed73ad2cf4ff2f8f8ceb8441ff48 (patch)
tree46eedc29acbae515129c4a9c120fecd3f958cb18 /x11-libs
parentdev-python/qscintilla-python: mask USE=qt6 on ppc64, x86 #916232 (diff)
downloadgentoo-6d7133fe2a81ed73ad2cf4ff2f8f8ceb8441ff48.tar.gz
gentoo-6d7133fe2a81ed73ad2cf4ff2f8f8ceb8441ff48.tar.bz2
gentoo-6d7133fe2a81ed73ad2cf4ff2f8f8ceb8441ff48.zip
dev-python/qscintilla-python: add USE=qt6 #916232
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 <espinafre@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33493 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qscintilla/qscintilla-2.14.1-r1.ebuild8
1 files changed, 2 insertions, 6 deletions
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"