summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-09 01:23:19 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-09 01:24:34 +0200
commite5848c5f60d6508d691a9a60ad78f2351adde643 (patch)
tree5e62827e6938b1e946972664b09bc5581a5d41c0 /sys-devel
parentsys-libs/libcxxabi: Also update the git URI for extra fetches (diff)
downloadgentoo-e5848c5f60d6508d691a9a60ad78f2351adde643.tar.gz
gentoo-e5848c5f60d6508d691a9a60ad78f2351adde643.tar.bz2
gentoo-e5848c5f60d6508d691a9a60ad78f2351adde643.zip
sys-devel/llvm-common: Use https for llvm.org
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvm-common/llvm-common-4.0.0.ebuild4
-rw-r--r--sys-devel/llvm-common/llvm-common-4.0.1.ebuild4
-rw-r--r--sys-devel/llvm-common/llvm-common-9999.ebuild2
3 files changed, 5 insertions, 5 deletions
diff --git a/sys-devel/llvm-common/llvm-common-4.0.0.ebuild b/sys-devel/llvm-common/llvm-common-4.0.0.ebuild
index d307094d751b..f53d09927137 100644
--- a/sys-devel/llvm-common/llvm-common-4.0.0.ebuild
+++ b/sys-devel/llvm-common/llvm-common-4.0.0.ebuild
@@ -4,8 +4,8 @@
EAPI=6
DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="http://llvm.org/"
-SRC_URI="http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz"
+HOMEPAGE="https://llvm.org/"
+SRC_URI="https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz"
LICENSE="UoI-NCSA"
SLOT="0"
diff --git a/sys-devel/llvm-common/llvm-common-4.0.1.ebuild b/sys-devel/llvm-common/llvm-common-4.0.1.ebuild
index d307094d751b..f53d09927137 100644
--- a/sys-devel/llvm-common/llvm-common-4.0.1.ebuild
+++ b/sys-devel/llvm-common/llvm-common-4.0.1.ebuild
@@ -4,8 +4,8 @@
EAPI=6
DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="http://llvm.org/"
-SRC_URI="http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz"
+HOMEPAGE="https://llvm.org/"
+SRC_URI="https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz"
LICENSE="UoI-NCSA"
SLOT="0"
diff --git a/sys-devel/llvm-common/llvm-common-9999.ebuild b/sys-devel/llvm-common/llvm-common-9999.ebuild
index 87e502af1e91..64d8f5e7daf3 100644
--- a/sys-devel/llvm-common/llvm-common-9999.ebuild
+++ b/sys-devel/llvm-common/llvm-common-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit git-r3
DESCRIPTION="Common files shared between multiple slots of LLVM"
-HOMEPAGE="http://llvm.org/"
+HOMEPAGE="https://llvm.org/"
SRC_URI=""
EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
https://github.com/llvm-mirror/llvm.git"