diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-07-09 01:23:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-09 01:24:55 +0200 |
commit | 0fcd57a9b389a984d9ea1fef70590504b238c63c (patch) | |
tree | ca011bc6dfdf2cb1ab0865f9354b70ba3ee09f61 /dev-python/clang-python | |
parent | sys-devel/clang: Use https for llvm.org (diff) | |
download | gentoo-0fcd57a9b389a984d9ea1fef70590504b238c63c.tar.gz gentoo-0fcd57a9b389a984d9ea1fef70590504b238c63c.tar.bz2 gentoo-0fcd57a9b389a984d9ea1fef70590504b238c63c.zip |
dev-python/clang-python: Use https for llvm.org
Diffstat (limited to 'dev-python/clang-python')
-rw-r--r-- | dev-python/clang-python/clang-python-4.0.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/clang-python/clang-python-4.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/clang-python/clang-python-9999.ebuild | 2 |
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" |