diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-08 21:11:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-09 01:18:23 +0200 |
commit | 830365dd1ccd642a527b1d00cff14ee958254088 (patch) | |
tree | c0cf8e49a8de8aaa231d233e515ed6f28a8dac99 /sys-libs/compiler-rt/compiler-rt-9999.ebuild | |
parent | dev-util/lldb: Update upstream git URI (diff) | |
download | gentoo-830365dd1ccd642a527b1d00cff14ee958254088.tar.gz gentoo-830365dd1ccd642a527b1d00cff14ee958254088.tar.bz2 gentoo-830365dd1ccd642a527b1d00cff14ee958254088.zip |
sys-libs/compiler-rt: Update upstream git URI
Diffstat (limited to 'sys-libs/compiler-rt/compiler-rt-9999.ebuild')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 1f6cc5955c3d..74a3e96acd9b 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -13,7 +13,7 @@ inherit cmake-utils flag-o-matic git-r3 llvm python-any-r1 toolchain-funcs DESCRIPTION="Compiler runtime library for clang (built-in part)" HOMEPAGE="http://llvm.org/" SRC_URI="" -EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git +EGIT_REPO_URI="https://git.llvm.org/git/compiler-rt.git https://github.com/llvm-mirror/compiler-rt.git" LICENSE="|| ( UoI-NCSA MIT )" |