summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-28 21:32:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-30 14:34:14 +0200
commitd57ea965b7fbf4b223594f9aaba9fc792904a5e7 (patch)
tree3bf33ceada3948ab21bfac6cd41a271826e3bd17 /eclass
parentprofiles: targets/desktop: Retighten kde-plasma/plasma-meta[qt5] force (diff)
downloadgentoo-d57ea965b7fbf4b223594f9aaba9fc792904a5e7.tar.gz
gentoo-d57ea965b7fbf4b223594f9aaba9fc792904a5e7.tar.bz2
gentoo-d57ea965b7fbf4b223594f9aaba9fc792904a5e7.zip
qt5-build.eclass: qtbase: Bump _QT5_GENTOOPATCHSET_REV=6 for 5.15.14
Patch dropped (upstreamed) since _QT5_GENTOOPATCHSET_REV=5: Match deadcode elimination with cpu feature check Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/qt5-build.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 76a089b2908d..ef4ea4ec1756 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -126,11 +126,11 @@ fi
if [[ ${QT5_MODULE} == qtbase ]]; then
case ${PV} in
- 5.15.11)
- _QT5_GENTOOPATCHSET_REV=4
+ 5.15.13)
+ _QT5_GENTOOPATCHSET_REV=5
;;
*)
- _QT5_GENTOOPATCHSET_REV=5
+ _QT5_GENTOOPATCHSET_REV=6
;;
esac
SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/qtbase-5.15-gentoo-patchset-${_QT5_GENTOOPATCHSET_REV}.tar.xz"