Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: eclass/
Date: Sun, 27 Aug 2017 05:37:26
Message-Id: 1503812229.0315572fe3ad9b50c45f8214a5d6e545f51b4896.kensington@gentoo
1 commit: 0315572fe3ad9b50c45f8214a5d6e545f51b4896
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 27 05:32:29 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 27 05:37:09 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0315572f
7
8 qt5-build.eclass: handle live minor versions >=10
9
10 eclass/qt5-build.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
14 index 7ec6cac3..60c16829 100644
15 --- a/eclass/qt5-build.eclass
16 +++ b/eclass/qt5-build.eclass
17 @@ -69,7 +69,7 @@ case ${PV} in
18 QT5_BUILD_TYPE="live"
19 EGIT_BRANCH="dev"
20 ;;
21 - 5.?.9999)
22 + 5.?.9999|5.??.9999|5.???.9999)
23 # git stable branch
24 QT5_BUILD_TYPE="live"
25 EGIT_BRANCH=${PV%.9999}