commit: e5848c5f60d6508d691a9a60ad78f2351adde643 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 8 23:23:19 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 8 23:24:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5848c5f
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(-) 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 d307094d751..f53d0992713 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 d307094d751..f53d0992713 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 87e502af1e9..64d8f5e7daf 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"
