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/clang-python-4.0.0.ebuild | |
parent | 338ec66f8ac07b6a71ce26b2ec66ae3064451ff1 (diff) | |
download | gentoo-0fcd57a9b389a984d9ea1fef70590504b238c63c.tar.gz gentoo-0fcd57a9b389a984d9ea1fef70590504b238c63c.tar.xz |
dev-python/clang-python: Use https for llvm.org
Diffstat (limited to 'dev-python/clang-python/clang-python-4.0.0.ebuild')
-rw-r--r-- | dev-python/clang-python/clang-python-4.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 4f169ecc239..dc7e4ee8aaa 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" |