dev-python/clang-python: Use https for llvm.org

This commit is contained in:
Michał Górny
2017-07-09 01:23:33 +02:00
parent 338ec66f8a
commit 0fcd57a9b3
3 changed files with 5 additions and 5 deletions

View File

@@ -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"