Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/
Date: Sat, 08 Jul 2017 23:25:24
Message-Id: 1499556258.a9d7de9795b2798e370f6c2c3e96d49dbbe46d9d.mgorny@gentoo
1 commit: a9d7de9795b2798e370f6c2c3e96d49dbbe46d9d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 23:21:51 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:24:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d7de97
7
8 sys-devel/lld: Also update the git URI for extra fetches
9
10 sys-devel/lld/lld-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
14 index ab59f4de130..1ef4737c281 100644
15 --- a/sys-devel/lld/lld-9999.ebuild
16 +++ b/sys-devel/lld/lld-9999.ebuild
17 @@ -40,7 +40,7 @@ pkg_setup() {
18 src_unpack() {
19 if use test; then
20 # needed for patched gtest
21 - git-r3_fetch "http://llvm.org/git/llvm.git
22 + git-r3_fetch "https://git.llvm.org/git/llvm.git
23 https://github.com/llvm-mirror/llvm.git"
24 fi
25 git-r3_fetch