mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user