commit: 5cb5d9f87e14e457013a5254586146f86ed71c1d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 23:21:53 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 23:24:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb5d9f8
sys-devel/clang: Also update the git URI for extra fetches
sys-devel/clang/clang-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-devel/clang/clang-9999.ebuild
b/sys-devel/clang/clang-9999.ebuild
index 4ba297c7ade..aa792f6a0aa 100644
--- a/sys-devel/clang/clang-9999.ebuild
+++ b/sys-devel/clang/clang-9999.ebuild
@@ -84,11 +84,11 @@ src_unpack() {
mkdir -p x/y || die
cd x/y || die
- git-r3_fetch "http://llvm.org/git/clang-tools-extra.git
+ git-r3_fetch "https://git.llvm.org/git/clang-tools-extra.git
https://github.com/llvm-mirror/clang-tools-extra.git"
if use test; then
# needed for patched gtest
- git-r3_fetch "http://llvm.org/git/llvm.git
+ git-r3_fetch "https://git.llvm.org/git/llvm.git
https://github.com/llvm-mirror/llvm.git"
fi
git-r3_fetch