qt5-build.eclass: handle live minor versions >=10
authorMichael Palimaka <kensington@gentoo.org>
Sun, 27 Aug 2017 05:32:29 +0000 (15:32 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 8 Oct 2017 01:46:24 +0000 (12:46 +1100)
eclass/qt5-build.eclass

index ef6865ba3377ee78ab5481bf2c791344b7f8c51f..bd48b38ed84143f27975b9aaa0143747233f702c 100644 (file)
@@ -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}