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