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/clang/
Date: Sat, 08 Jul 2017 23:25:24
Message-Id: 1499556264.5cb5d9f87e14e457013a5254586146f86ed71c1d.mgorny@gentoo
1 commit: 5cb5d9f87e14e457013a5254586146f86ed71c1d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 23:21:53 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:24:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb5d9f8
7
8 sys-devel/clang: Also update the git URI for extra fetches
9
10 sys-devel/clang/clang-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild
14 index 4ba297c7ade..aa792f6a0aa 100644
15 --- a/sys-devel/clang/clang-9999.ebuild
16 +++ b/sys-devel/clang/clang-9999.ebuild
17 @@ -84,11 +84,11 @@ src_unpack() {
18 mkdir -p x/y || die
19 cd x/y || die
20
21 - git-r3_fetch "http://llvm.org/git/clang-tools-extra.git
22 + git-r3_fetch "https://git.llvm.org/git/clang-tools-extra.git
23 https://github.com/llvm-mirror/clang-tools-extra.git"
24 if use test; then
25 # needed for patched gtest
26 - git-r3_fetch "http://llvm.org/git/llvm.git
27 + git-r3_fetch "https://git.llvm.org/git/llvm.git
28 https://github.com/llvm-mirror/llvm.git"
29 fi
30 git-r3_fetch