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: sys-devel/clang/
Date: Sat, 08 Jul 2017 23:18:39
Message-Id: 1499555902.8884b7d880d4f3e99165f9c9e1c0a1c367f23ef5.mgorny@gentoo
1 commit: 8884b7d880d4f3e99165f9c9e1c0a1c367f23ef5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 19:11:37 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=8884b7d8
7
8 sys-devel/clang: Update upstream git URI
9
10 sys-devel/clang/clang-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild
14 index fb0fc68cff4..4ba297c7ade 100644
15 --- a/sys-devel/clang/clang-9999.ebuild
16 +++ b/sys-devel/clang/clang-9999.ebuild
17 @@ -14,7 +14,7 @@ inherit cmake-utils flag-o-matic git-r3 llvm multilib-minimal \
18 DESCRIPTION="C language family frontend for LLVM"
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 # Keep in sync with sys-devel/llvm