diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-28 21:32:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-05-30 14:34:14 +0200 |
commit | d57ea965b7fbf4b223594f9aaba9fc792904a5e7 (patch) | |
tree | 3bf33ceada3948ab21bfac6cd41a271826e3bd17 /eclass | |
parent | profiles: targets/desktop: Retighten kde-plasma/plasma-meta[qt5] force (diff) | |
download | gentoo-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.eclass | 6 |
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" |