Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sun, 18 Oct 2020 16:16:17
Message-Id: 1603037728.a55c7b510708c9c0689782de077888e4d9a267cc.asturm@gentoo
1 commit: a55c7b510708c9c0689782de077888e4d9a267cc
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: Sun Oct 18 16:15:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55c7b51
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 8531d1294f4..cb385ea21ed 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}