commit:     35c9a1ee1bc627ebaf4843de72e4527bbfb904bf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 11:11:33 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 11:11:33 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=35c9a1ee

qt5-build.eclass: Restrict gentoo-patchset use to >=5.15.5

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 39a72e57..86082a07 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -122,7 +122,7 @@ if [[ ${PN} != qtwebengine ]]; then
        esac
 fi
 
-if [[ ${QT5_MODULE} == qtbase ]] && [[ ${PV} == 5.15.[4-9]* ]]; then
+if [[ ${QT5_MODULE} == qtbase ]] && [[ ${PV} == 5.15.[5-9]* ]]; then
        _QT5_GENTOOPATCHSET_REV=1
        SRC_URI+=" 
https://dev.gentoo.org/~asturm/distfiles/qtbase-5.15-gentoo-patchset-${_QT5_GENTOOPATCHSET_REV}.tar.xz";
 fi

Reply via email to