mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
dev-python/lit: Use https for llvm.org
This commit is contained in:
@@ -8,9 +8,9 @@ inherit distutils-r1
|
||||
|
||||
MY_P=llvm-${PV}
|
||||
DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
|
||||
HOMEPAGE="http://llvm.org/"
|
||||
SRC_URI="http://llvm.org/releases/${PV}/${MY_P}.src.tar.xz"
|
||||
EGIT_REPO_URI="http://llvm.org/git/llvm.git
|
||||
HOMEPAGE="https://llvm.org/"
|
||||
SRC_URI="https://llvm.org/releases/${PV}/${MY_P}.src.tar.xz"
|
||||
EGIT_REPO_URI="https://llvm.org/git/llvm.git
|
||||
https://github.com/llvm-mirror/llvm.git"
|
||||
|
||||
LICENSE="UoI-NCSA"
|
||||
|
||||
@@ -8,8 +8,8 @@ inherit distutils-r1
|
||||
|
||||
MY_P=llvm-${PV/_/}
|
||||
DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
|
||||
HOMEPAGE="http://llvm.org/"
|
||||
SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz"
|
||||
HOMEPAGE="https://llvm.org/"
|
||||
SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz"
|
||||
|
||||
LICENSE="UoI-NCSA"
|
||||
SLOT="0"
|
||||
|
||||
@@ -8,8 +8,8 @@ inherit distutils-r1
|
||||
|
||||
MY_P=llvm-${PV/_/}
|
||||
DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
|
||||
HOMEPAGE="http://llvm.org/"
|
||||
SRC_URI="http://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz"
|
||||
HOMEPAGE="https://llvm.org/"
|
||||
SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.src.tar.xz"
|
||||
|
||||
LICENSE="UoI-NCSA"
|
||||
SLOT="0"
|
||||
|
||||
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
||||
inherit distutils-r1 git-r3
|
||||
|
||||
DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user