mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-devel/lld: Use https for llvm.org
This commit is contained in:
@@ -11,9 +11,9 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit cmake-utils llvm python-any-r1
|
||||
|
||||
DESCRIPTION="The LLVM linker (link editor)"
|
||||
HOMEPAGE="http://llvm.org/"
|
||||
SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
|
||||
test? ( http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
|
||||
HOMEPAGE="https://llvm.org/"
|
||||
SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
|
||||
test? ( https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
|
||||
|
||||
LICENSE="UoI-NCSA"
|
||||
SLOT="0"
|
||||
|
||||
@@ -11,9 +11,9 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit cmake-utils llvm python-any-r1
|
||||
|
||||
DESCRIPTION="The LLVM linker (link editor)"
|
||||
HOMEPAGE="http://llvm.org/"
|
||||
SRC_URI="http://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
|
||||
test? ( http://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
|
||||
HOMEPAGE="https://llvm.org/"
|
||||
SRC_URI="https://releases.llvm.org/${PV/_//}/${P/_/}.src.tar.xz
|
||||
test? ( https://releases.llvm.org/${PV/_//}/llvm-${PV/_/}.src.tar.xz )"
|
||||
|
||||
LICENSE="UoI-NCSA"
|
||||
SLOT="0"
|
||||
|
||||
@@ -11,7 +11,7 @@ PYTHON_COMPAT=( python2_7 )
|
||||
inherit cmake-utils git-r3 llvm python-any-r1
|
||||
|
||||
DESCRIPTION="The LLVM linker (link editor)"
|
||||
HOMEPAGE="http://llvm.org/"
|
||||
HOMEPAGE="https://llvm.org/"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://git.llvm.org/git/lld.git
|
||||
https://github.com/llvm-mirror/lld.git"
|
||||
@@ -46,7 +46,7 @@ src_unpack() {
|
||||
git-r3_fetch
|
||||
|
||||
if use test; then
|
||||
git-r3_checkout http://llvm.org/git/llvm.git \
|
||||
git-r3_checkout https://llvm.org/git/llvm.git \
|
||||
"${WORKDIR}"/llvm
|
||||
fi
|
||||
git-r3_checkout
|
||||
|
||||
Reference in New Issue
Block a user