commit:     a55c7b510708c9c0689782de077888e4d9a267cc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  2 20:07:42 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 16:15:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55c7b51

qt5-build.eclass: Drop dev branch support, closing with 5.15.9999

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

 eclass/qt5-build.eclass | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 8531d1294f4..cb385ea21ed 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -67,12 +67,7 @@ QT5_MINOR_VERSION=$(ver_cut 2)
 readonly QT5_MINOR_VERSION
 
 case ${PV} in
-       5.9999)
-               # git dev branch
-               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