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/llvm-libunwind/
Date: Sat, 08 Jul 2017 23:18:40
Message-Id: 1499555904.e90ff3e1b5f67fbc8775d7d1fa9209910ced1340.mgorny@gentoo
1 commit: e90ff3e1b5f67fbc8775d7d1fa9209910ced1340
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 8 19:11:49 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 8 23:18:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90ff3e1
7
8 sys-libs/llvm-libunwind: Update upstream git URI
9
10 sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
14 index 963c0a6450e..88f7a92b6c9 100644
15 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
16 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
17 @@ -11,7 +11,7 @@ inherit cmake-multilib git-r3 llvm
18 DESCRIPTION="C++ runtime stack unwinder from LLVM"
19 HOMEPAGE="https://github.com/llvm-mirror/libunwind"
20 SRC_URI=""
21 -EGIT_REPO_URI="http://llvm.org/git/libunwind.git
22 +EGIT_REPO_URI="https://git.llvm.org/git/libunwind.git
23 https://github.com/llvm-mirror/libunwind.git"
24
25 LICENSE="|| ( UoI-NCSA MIT )"