diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-09 01:23:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-09 01:24:34 +0200 |
commit | e5848c5f60d6508d691a9a60ad78f2351adde643 (patch) | |
tree | 5e62827e6938b1e946972664b09bc5581a5d41c0 /sys-devel/llvm-common | |
parent | sys-libs/libcxxabi: Also update the git URI for extra fetches (diff) | |
download | gentoo-e5848c5f60d6508d691a9a60ad78f2351adde643.tar.gz gentoo-e5848c5f60d6508d691a9a60ad78f2351adde643.tar.bz2 gentoo-e5848c5f60d6508d691a9a60ad78f2351adde643.zip |
sys-devel/llvm-common: Use https for llvm.org
Diffstat (limited to 'sys-devel/llvm-common')
-rw-r--r-- | sys-devel/llvm-common/llvm-common-4.0.0.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/llvm-common/llvm-common-4.0.1.ebuild | 4 | ||||
-rw-r--r-- | 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 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" |