dev-python/lit: Use https for llvm.org

This commit is contained in:
Michał Górny
2017-07-09 01:23:23 +02:00
parent 8e1b436926
commit f64933aa5c
4 changed files with 8 additions and 8 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"