Skip to content

Commit

Permalink
qt5-build.eclass: Set _QT5_GENTOOPATCHSET_REV=3 for >=Qt5Base-5.15.8
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 8, 2023
1 parent 5fa93e6 commit a065f6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eclass/qt5-build.eclass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# @ECLASS: qt5-build.eclass
Expand Down Expand Up @@ -124,11 +124,11 @@ fi

if [[ ${QT5_MODULE} == qtbase ]]; then
case ${PV} in
5.15.5)
_QT5_GENTOOPATCHSET_REV=1
5.15.7)
_QT5_GENTOOPATCHSET_REV=2
;;
*)
_QT5_GENTOOPATCHSET_REV=2
_QT5_GENTOOPATCHSET_REV=3
;;
esac
SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/qtbase-5.15-gentoo-patchset-${_QT5_GENTOOPATCHSET_REV}.tar.xz"
Expand Down

0 comments on commit a065f6a

Please sign in to comment.