summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-08 21:11:55 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-09 01:18:25 +0200
commit426250090564492cb9c71248f985fdff6ce1b118 (patch)
treed61008af718c21c772d32ee2c078726a15b20e3e
parentsys-libs/libcxxabi: Update upstream git URI (diff)
downloadgentoo-42625009.tar.gz
gentoo-42625009.tar.bz2
gentoo-42625009.zip
sys-libs/libcxx: Update upstream git URI
-rw-r--r--sys-libs/libcxx/libcxx-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild
index c063388b1adc..5787fb5be57e 100644
--- a/sys-libs/libcxx/libcxx-9999.ebuild
+++ b/sys-libs/libcxx/libcxx-9999.ebuild
@@ -8,7 +8,7 @@ EAPI=6
: ${CMAKE_MAKEFILE_GENERATOR:=ninja}
# (needed due to CMAKE_BUILD_TYPE != Gentoo)
CMAKE_MIN_VERSION=3.7.0-r1
-EGIT_REPO_URI="http://llvm.org/git/libcxx.git
+EGIT_REPO_URI="https://git.llvm.org/git/libcxx.git
https://github.com/llvm-mirror/libcxx.git"
PYTHON_COMPAT=( python2_7 )