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-util/lldb/
Date: Sat, 08 Jul 2017 23:25:25
Message-Id: 1499556267.3c810c856ab7f58b6e6add4248d02ad53fa23e98.mgorny@gentoo
1 commit: 3c810c856ab7f58b6e6add4248d02ad53fa23e98
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 23:21:58 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:24:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c810c85
7
8 dev-util/lldb: Also update the git URI for extra fetches
9
10 dev-util/lldb/lldb-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild
14 index d434f82dbf2..45a14965b4f 100644
15 --- a/dev-util/lldb/lldb-9999.ebuild
16 +++ b/dev-util/lldb/lldb-9999.ebuild
17 @@ -49,7 +49,7 @@ pkg_setup() {
18 src_unpack() {
19 if use test; then
20 # needed for patched gtest
21 - git-r3_fetch "http://llvm.org/git/llvm.git
22 + git-r3_fetch "https://git.llvm.org/git/llvm.git
23 https://github.com/llvm-mirror/llvm.git"
24 fi
25 git-r3_fetch