commit: f64933aa5c72db3cd42957ec62ddbdba5668c22f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 8 23:23:23 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 8 23:24:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f64933aa
dev-python/lit: Use https for llvm.org
dev-python/lit/lit-3.9.0.ebuild | 6 +++---
dev-python/lit/lit-4.0.0.ebuild | 4 ++--
dev-python/lit/lit-4.0.1.ebuild | 4 ++--
dev-python/lit/lit-9999.ebuild | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-python/lit/lit-3.9.0.ebuild b/dev-python/lit/lit-3.9.0.ebuild
index c0b98f55f1d..4a0384b8824 100644
--- a/dev-python/lit/lit-3.9.0.ebuild
+++ b/dev-python/lit/lit-3.9.0.ebuild
@@ -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"
diff --git a/dev-python/lit/lit-4.0.0.ebuild b/dev-python/lit/lit-4.0.0.ebuild
index 82d603dc00d..0531b4bca56 100644
--- a/dev-python/lit/lit-4.0.0.ebuild
+++ b/dev-python/lit/lit-4.0.0.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"
diff --git a/dev-python/lit/lit-4.0.1.ebuild b/dev-python/lit/lit-4.0.1.ebuild
index 82d603dc00d..0531b4bca56 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"
diff --git a/dev-python/lit/lit-9999.ebuild b/dev-python/lit/lit-9999.ebuild
index 2e369db51db..530fdbfb212 100644
--- a/dev-python/lit/lit-9999.ebuild
+++ b/dev-python/lit/lit-9999.ebuild
@@ -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"