commit: 56ea6c5ef6574d8d7e6b083c15c72ca6dbf0ded4
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 4 19:52:22 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 9 20:47:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ea6c5e
qt5-build.eclass: Drop support for old versions
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/qt5-build.eclass | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 7f79cd8e4063..49d020e2a0b0 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -109,7 +109,7 @@ if [[ ${PN} != qtwebengine ]]; then
*9999 )
inherit kde.org # kde/5.15 branch
;;
- 5.15.[5-9]* | 5.15.??* )
+ 5.15.??* )
# official stable release
_QT5_P=${QT5_MODULE}-everywhere-opensource-src-${PV}
HOMEPAGE="https://www.qt.io/"
@@ -125,14 +125,7 @@ if [[ ${PN} != qtwebengine ]]; then
fi
if [[ ${QT5_MODULE} == qtbase ]]; then
- case ${PV} in
- 5.15.13)
- _QT5_GENTOOPATCHSET_REV=5
- ;;
- *)
- _QT5_GENTOOPATCHSET_REV=6
- ;;
- esac
+ _QT5_GENTOOPATCHSET_REV=6
SRC_URI+="
https://dev.gentoo.org/~asturm/distfiles/qtbase-5.15-gentoo-patchset-${_QT5_GENTOOPATCHSET_REV}.tar.xz"
fi