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: Tue, 07 Sep 2021 13:59:13
Message-Id: 1631023129.f1a71da1d7f1fbbf07db31ecb3c7e2520e83e627.asturm@gentoo
1 commit: f1a71da1d7f1fbbf07db31ecb3c7e2520e83e627
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 5 21:56:18 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 7 13:58:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1a71da1
7
8 kde.org.eclass: Support different dev-qt stable branch PV
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde.org.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
16 index bf087dfc8a6..9e357001a97 100644
17 --- a/eclass/kde.org.eclass
18 +++ b/eclass/kde.org.eclass
19 @@ -260,7 +260,7 @@ _kde.org_calculate_live_repo() {
20 # (anongit) with anything else you might want to use.
21 EGIT_MIRROR=${EGIT_MIRROR:=https://invent.kde.org/${KDE_ORG_CATEGORY}}
22
23 - if [[ ${PV} == ?.??.9999 && ${CATEGORY} == dev-qt ]]; then
24 + if [[ ${PV} == 5.??(.?)*.9999 && ${CATEGORY} == dev-qt ]]; then
25 EGIT_BRANCH="kde/$(ver_cut 1-2)"
26 fi