diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-09 01:23:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-09 01:25:00 +0200 |
commit | 08536def0b65b1011a47541504a82f17b3460994 (patch) | |
tree | 244c5fb6c47fe8f050323a39a227c9879565b7fb /sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild | |
parent | dev-util/lldb: Use https for llvm.org (diff) | |
download | gentoo-08536def0b65b1011a47541504a82f17b3460994.tar.gz gentoo-08536def0b65b1011a47541504a82f17b3460994.tar.bz2 gentoo-08536def0b65b1011a47541504a82f17b3460994.zip |
sys-libs/compiler-rt: Use https for llvm.org
Diffstat (limited to 'sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild b/sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild index f448e2740c75..00141f900ff2 100644 --- a/sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-4.0.1.ebuild @@ -12,8 +12,8 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake-utils flag-o-matic llvm python-any-r1 toolchain-funcs DESCRIPTION="Compiler runtime library for clang (built-in part)" -HOMEPAGE="http://llvm.org/" -SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz" +HOMEPAGE="https://llvm.org/" +SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz" LICENSE="|| ( UoI-NCSA MIT )" SLOT="${PV%_*}" |