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/llvm-common/
Date: Sat, 08 Jul 2017 23:18:36
Message-Id: 1499555896.14b93b6dd076c70fe4b73288630b9245351e51d0.mgorny@gentoo
1 commit: 14b93b6dd076c70fe4b73288630b9245351e51d0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 19:11:18 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:18:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14b93b6d
7
8 sys-devel/llvm-common: Update upstream git URI
9
10 sys-devel/llvm-common/llvm-common-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/llvm-common/llvm-common-9999.ebuild b/sys-devel/llvm-common/llvm-common-9999.ebuild
14 index 75124672bd7..87e502af1e9 100644
15 --- a/sys-devel/llvm-common/llvm-common-9999.ebuild
16 +++ b/sys-devel/llvm-common/llvm-common-9999.ebuild
17 @@ -8,7 +8,7 @@ inherit git-r3
18 DESCRIPTION="Common files shared between multiple slots of LLVM"
19 HOMEPAGE="http://llvm.org/"
20 SRC_URI=""
21 -EGIT_REPO_URI="http://llvm.org/git/llvm.git
22 +EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
23 https://github.com/llvm-mirror/llvm.git"
24
25 LICENSE="UoI-NCSA"