From 0fcd57a9b389a984d9ea1fef70590504b238c63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 9 Jul 2017 01:23:33 +0200 Subject: dev-python/clang-python: Use https for llvm.org --- dev-python/clang-python/clang-python-4.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/clang-python/clang-python-4.0.0.ebuild') 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" -- cgit v1.2.1