commit:     bde13f1db05a918bfe395e1e104fd57a3d870410
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 10:58:18 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 10:58:18 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=bde13f1d

qt5-build.eclass: Support future double-digit Qt-5.15 patch releases

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 6da97387..2272e2e2 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -100,7 +100,7 @@ if [[ ${PN} != qtwebengine ]]; then
                *9999 )
                        inherit kde.org # kde/5.15 branch
                        ;;
-               5.15.[3-9]* )
+               5.15.[3-9]* | 5.15.??* )
                        # official stable release
                        _QT5_P=${QT5_MODULE}-everywhere-opensource-src-${PV}
                        HOMEPAGE="https://www.qt.io/";

Reply via email to