From e5848c5f60d6508d691a9a60ad78f2351adde643 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 9 Jul 2017 01:23:19 +0200 Subject: sys-devel/llvm-common: Use https for llvm.org --- sys-devel/llvm-common/llvm-common-4.0.0.ebuild | 4 ++-- sys-devel/llvm-common/llvm-common-4.0.1.ebuild | 4 ++-- sys-devel/llvm-common/llvm-common-9999.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys-devel/llvm-common') 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" -- cgit v1.2.3-65-gdbad