summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-09 01:23:23 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-09 01:24:40 +0200
commitf64933aa5c72db3cd42957ec62ddbdba5668c22f (patch)
treec91e2f3669c12717140219118352ebe5209a1033 /dev-python/lit/lit-4.0.1.ebuild
parentsys-devel/llvmgold: Use https for llvm.org (diff)
downloadgentoo-f64933aa5c72db3cd42957ec62ddbdba5668c22f.tar.gz
gentoo-f64933aa5c72db3cd42957ec62ddbdba5668c22f.tar.bz2
gentoo-f64933aa5c72db3cd42957ec62ddbdba5668c22f.zip
dev-python/lit: Use https for llvm.org
Diffstat (limited to 'dev-python/lit/lit-4.0.1.ebuild')
-rw-r--r--dev-python/lit/lit-4.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/lit/lit-4.0.1.ebuild b/dev-python/lit/lit-4.0.1.ebuild
index 82d603dc00d0..0531b4bca56c 100644
--- a/dev-python/lit/lit-4.0.1.ebuild
+++ b/dev-python/lit/lit-4.0.1.ebuild
@@ -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"