Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/
Date: Sat, 08 Jul 2017 23:18:36
Message-Id: 1499555902.018fc0f7fa48c8ecfacce37e10c81e2b0360e169.mgorny@gentoo
1 commit: 018fc0f7fa48c8ecfacce37e10c81e2b0360e169
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 19:11:39 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:18:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018fc0f7
7
8 dev-python/clang-python: Update upstream git URI
9
10 dev-python/clang-python/clang-python-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-python/clang-python/clang-python-9999.ebuild b/dev-python/clang-python/clang-python-9999.ebuild
14 index e985bfe6881..504837ede60 100644
15 --- a/dev-python/clang-python/clang-python-9999.ebuild
16 +++ b/dev-python/clang-python/clang-python-9999.ebuild
17 @@ -9,7 +9,7 @@ inherit git-r3 python-r1
18 DESCRIPTION="Python bindings for sys-devel/clang"
19 HOMEPAGE="http://llvm.org/"
20 SRC_URI=""
21 -EGIT_REPO_URI="http://llvm.org/git/clang.git
22 +EGIT_REPO_URI="https://git.llvm.org/git/clang.git
23 https://github.com/llvm-mirror/clang.git"
24
25 LICENSE="UoI-NCSA"