Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Fri, 28 Aug 2020 18:12:27
Message-Id: 1598638320.401256407964a357e1e717e0e3116006de0531c6.asturm@gentoo
1 commit: 401256407964a357e1e717e0e3116006de0531c6
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 18:12:00 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 18:12:00 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=40125640
7
8 kde.org.eclass: Fix invent.kde.org EGIT_REPO_URI
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 38911dc5c1..58db8bef2a 100644
17 --- a/eclass/kde.org.eclass
18 +++ b/eclass/kde.org.eclass
19 @@ -238,7 +238,7 @@ _kde.org_calculate_live_repo() {
20 # @DESCRIPTION:
21 # This variable allows overriding of default repository
22 # name. Specify only if this differs from PN and KDE_ORG_NAME.
23 - EGIT_REPO_URI="${EGIT_MIRROR}/${EGIT_REPONAME:=$KDE_ORG_NAME}"
24 + EGIT_REPO_URI="${EGIT_MIRROR}/${EGIT_REPONAME:=$KDE_ORG_NAME}.git"
25 }
26
27 case ${KDE_BUILD_TYPE} in