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-libs/compiler-rt/
Date: Sat, 08 Jul 2017 23:18:37
Message-Id: 1499555903.830365dd1ccd642a527b1d00cff14ee958254088.mgorny@gentoo
1 commit: 830365dd1ccd642a527b1d00cff14ee958254088
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 19:11:44 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:18:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=830365dd
7
8 sys-libs/compiler-rt: Update upstream git URI
9
10 sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
14 index 1f6cc5955c3..74a3e96acd9 100644
15 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
16 +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
17 @@ -13,7 +13,7 @@ inherit cmake-utils flag-o-matic git-r3 llvm python-any-r1 toolchain-funcs
18 DESCRIPTION="Compiler runtime library for clang (built-in part)"
19 HOMEPAGE="http://llvm.org/"
20 SRC_URI=""
21 -EGIT_REPO_URI="http://llvm.org/git/compiler-rt.git
22 +EGIT_REPO_URI="https://git.llvm.org/git/compiler-rt.git
23 https://github.com/llvm-mirror/compiler-rt.git"
24
25 LICENSE="|| ( UoI-NCSA MIT )"