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, 01 Sep 2020 18:51:05
Message-Id: 1598986249.dada5665f09d43aafd01133a1fc616cace7b7722.asturm@gentoo
1 commit: dada5665f09d43aafd01133a1fc616cace7b7722
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: Tue Sep 1 18:50:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dada5665
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 37a631499e1..d099b128918 100644
17 --- a/eclass/kde.org.eclass
18 +++ b/eclass/kde.org.eclass
19 @@ -192,7 +192,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