summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-09 01:23:33 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-09 01:24:55 +0200
commit0fcd57a9b389a984d9ea1fef70590504b238c63c (patch)
treeca011bc6dfdf2cb1ab0865f9354b70ba3ee09f61
parentsys-devel/clang: Use https for llvm.org (diff)
downloadgentoo-0fcd57a9.tar.gz
gentoo-0fcd57a9.tar.bz2
gentoo-0fcd57a9.zip
dev-python/clang-python: Use https for llvm.org
-rw-r--r--dev-python/clang-python/clang-python-4.0.0.ebuild4
-rw-r--r--dev-python/clang-python/clang-python-4.0.1.ebuild4
-rw-r--r--dev-python/clang-python/clang-python-9999.ebuild2
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/clang-python/clang-python-4.0.0.ebuild b/dev-python/clang-python/clang-python-4.0.0.ebuild
index 4f169ecc239c..dc7e4ee8aaab 100644
--- a/dev-python/clang-python/clang-python-4.0.0.ebuild
+++ b/dev-python/clang-python/clang-python-4.0.0.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
inherit python-r1
DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="http://llvm.org/"
-SRC_URI="http://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
+HOMEPAGE="https://llvm.org/"
+SRC_URI="https://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
LICENSE="UoI-NCSA"
SLOT="0"
diff --git a/dev-python/clang-python/clang-python-4.0.1.ebuild b/dev-python/clang-python/clang-python-4.0.1.ebuild
index 4f169ecc239c..dc7e4ee8aaab 100644
--- a/dev-python/clang-python/clang-python-4.0.1.ebuild
+++ b/dev-python/clang-python/clang-python-4.0.1.ebuild
@@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 )
inherit python-r1
DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="http://llvm.org/"
-SRC_URI="http://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
+HOMEPAGE="https://llvm.org/"
+SRC_URI="https://releases.llvm.org/${PV/_//}/cfe-${PV/_/}.src.tar.xz"
LICENSE="UoI-NCSA"
SLOT="0"
diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild
index 504837ede60f..be306e0a887a 100644
--- a/dev-python/clang-python/clang-python-9999.ebuild
+++ b/dev-python/clang-python/clang-python-9999.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit git-r3 python-r1
DESCRIPTION="Python bindings for sys-devel/clang"
-HOMEPAGE="http://llvm.org/"
+HOMEPAGE="https://llvm.org/"
SRC_URI=""
EGIT_REPO_URI="https://git.llvm.org/git/clang.git
https://github.com/llvm-mirror/clang.git"