summaryrefslogtreecommitdiff
path: root/eclass/qt5-build.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r--eclass/qt5-build.eclass11
1 files 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