summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-09 01:21:53 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-09 01:24:24 +0200
commit5cb5d9f87e14e457013a5254586146f86ed71c1d (patch)
treec5611b9dc8e0c7cc364a2de103f9457d3b009b62
parentsys-devel/lld: Also update the git URI for extra fetches (diff)
downloadgentoo-5cb5d9f8.tar.gz
gentoo-5cb5d9f8.tar.bz2
gentoo-5cb5d9f8.zip
sys-devel/clang: Also update the git URI for extra fetches
-rw-r--r--sys-devel/clang/clang-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild
index 4ba297c7ade6..aa792f6a0aa3 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