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, 09 Jan 2022 07:36:44
Message-Id: 1641713791.9981120c6df6c990e68a1a5ddee93dcd36293336.asturm@gentoo
1 commit: 9981120c6df6c990e68a1a5ddee93dcd36293336
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 9 07:33:14 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 9 07:36:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9981120c
7
8 kde.org.eclass: Add kde-frameworks/countryflags to portingAids URIs
9
10 Closes: https://bugs.gentoo.org/830828
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 eclass/kde.org.eclass | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
17 index 4128e1238d29..00ec25b071f9 100644
18 --- a/eclass/kde.org.eclass
19 +++ b/eclass/kde.org.eclass
20 @@ -198,6 +198,7 @@ _kde.org_calculate_src_uri() {
21 kde-frameworks)
22 _src_uri+="stable/frameworks/$(ver_cut 1-2)/"
23 case ${PN} in
24 + countryflags | \
25 kdelibs4support | \
26 kdesignerplugin | \
27 kdewebkit | \