summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-09 01:23:43 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-09 01:25:08 +0200
commitd9d704cd8b1b1f3cdbe1c89ac4e356bd91ff6372 (patch)
treefb8c0632457947394463d3f6b29b146d001d7161 /sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
parentsys-libs/llvm-libunwind: Use https for llvm.org (diff)
downloadgentoo-d9d704cd8b1b1f3cdbe1c89ac4e356bd91ff6372.tar.gz
gentoo-d9d704cd8b1b1f3cdbe1c89ac4e356bd91ff6372.tar.bz2
gentoo-d9d704cd8b1b1f3cdbe1c89ac4e356bd91ff6372.zip
sys-libs/libcxxabi: Use https for llvm.org
Diffstat (limited to 'sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild')
-rw-r--r--sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
index df0fa9f1a7da..57cba7ebc6f2 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
@@ -9,10 +9,10 @@ PYTHON_COMPAT=( python2_7 )
inherit cmake-multilib python-any-r1
DESCRIPTION="Low level support for a standard C++ library"
-HOMEPAGE="http://libcxxabi.llvm.org/"
+HOMEPAGE="https://libcxxabi.llvm.org/"
# also needs libcxx sources for headers
-SRC_URI="http://llvm.org/releases/${PV}/${P}.src.tar.xz
- http://llvm.org/releases/${PV}/${P/abi/}.src.tar.xz"
+SRC_URI="https://llvm.org/releases/${PV}/${P}.src.tar.xz
+ https://llvm.org/releases/${PV}/${P/abi/}.src.tar.xz"
LICENSE="|| ( UoI-NCSA MIT )"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"