Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Tue, 02 Jun 2020 22:45:02
Message-Id: 1591128770.3113b67fe5a4a983e3001162944beff55cd96512.asturm@gentoo
1 commit: 3113b67fe5a4a983e3001162944beff55cd96512
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 20:07:42 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 20:12:50 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3113b67f
7
8 qt5-build.eclass: Drop dev branch support, closing with 5.15.9999
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/qt5-build.eclass | 7 +------
13 1 file changed, 1 insertion(+), 6 deletions(-)
14
15 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
16 index 8531d129..cb385ea2 100644
17 --- a/eclass/qt5-build.eclass
18 +++ b/eclass/qt5-build.eclass
19 @@ -67,12 +67,7 @@ QT5_MINOR_VERSION=$(ver_cut 2)
20 readonly QT5_MINOR_VERSION
21
22 case ${PV} in
23 - 5.9999)
24 - # git dev branch
25 - QT5_BUILD_TYPE="live"
26 - EGIT_BRANCH="dev"
27 - ;;
28 - 5.?.9999|5.??.9999|5.???.9999)
29 + 5.??.9999)
30 # git stable branch
31 QT5_BUILD_TYPE="live"
32 EGIT_BRANCH=${PV%.9999}