commit:     28bf3051626a16d4114afcd5c1c0dae7ed125a1c
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 Oct  8 01:46:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28bf3051

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 ef6865ba337..bd48b38ed84 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