From a55c7b510708c9c0689782de077888e4d9a267cc Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 2 Jun 2020 22:07:42 +0200 Subject: qt5-build.eclass: Drop dev branch support, closing with 5.15.9999 Signed-off-by: Andreas Sturmlechner --- eclass/qt5-build.eclass | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'eclass') diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 8531d1294f40..cb385ea21ed9 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} -- cgit v1.2.3-65-gdbad