commit:     0315572fe3ad9b50c45f8214a5d6e545f51b4896
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 27 05:32:29 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Aug 27 05:37:09 2017 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0315572f

qt5-build.eclass: handle live minor versions >=10

 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 7ec6cac3..60c16829 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -69,7 +69,7 @@ case ${PV} in
                QT5_BUILD_TYPE="live"
                EGIT_BRANCH="dev"
                ;;
-       5.?.9999)
+       5.?.9999|5.??.9999|5.???.9999)
                # git stable branch
                QT5_BUILD_TYPE="live"
                EGIT_BRANCH=${PV%.9999}

Reply via email to