diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-13 21:45:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-04-13 23:44:18 +0200 |
commit | 7389c6598ae01082b8e9b329bc4176c87beba3bf (patch) | |
tree | 10c45a0eef203d518b5c4223763681c3279f3cdb /eclass/qt5-build.eclass | |
parent | sci-mathematics/opensmt: require gmp with USE=cxx (diff) | |
download | gentoo-7389c6598ae01082b8e9b329bc4176c87beba3bf.tar.gz gentoo-7389c6598ae01082b8e9b329bc4176c87beba3bf.tar.bz2 gentoo-7389c6598ae01082b8e9b329bc4176c87beba3bf.zip |
qt5-build.eclass: Set _QT5_GENTOOPATCHSET_REV=4 for >=Qt5Base-5.15.9
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/qt5-build.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 25499b0c2e07..f4f4d925b939 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.7) - _QT5_GENTOOPATCHSET_REV=2 + 5.15.8) + _QT5_GENTOOPATCHSET_REV=3 ;; *) - _QT5_GENTOOPATCHSET_REV=3 + _QT5_GENTOOPATCHSET_REV=4 ;; esac SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/qtbase-5.15-gentoo-patchset-${_QT5_GENTOOPATCHSET_REV}.tar.xz" |