summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-09 01:21:51 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-09 01:24:18 +0200
commita9d7de9795b2798e370f6c2c3e96d49dbbe46d9d (patch)
treed44cede5f37710caa2218c771735b04545ab7208
parentsys-devel/llvm: Do not append VCS revision to version (diff)
downloadgentoo-a9d7de97.tar.gz
gentoo-a9d7de97.tar.bz2
gentoo-a9d7de97.zip
sys-devel/lld: Also update the git URI for extra fetches
-rw-r--r--sys-devel/lld/lld-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild
index ab59f4de130f..1ef4737c281d 100644
--- a/sys-devel/lld/lld-9999.ebuild
+++ b/sys-devel/lld/lld-9999.ebuild
@@ -40,7 +40,7 @@ pkg_setup() {
src_unpack() {
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