Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/
Date: Tue, 20 Feb 2018 17:14:16
Message-Id: 1519146838.4e1d81037b0d3417a75b1d954b4fb579c1a485ac.grknight@gentoo
1 commit: 4e1d81037b0d3417a75b1d954b4fb579c1a485ac
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 20 17:13:58 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 20 17:13:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1d8103
7
8 sys-libs/llvm-libunwind: Fix syntax error for 9999
9
10 Fixes: 14f34132fedfa241528b7699d19bebe3c98ded63
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
17 index 2ac7db3bbf7..02cd558be9a 100644
18 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
19 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
20 @@ -42,7 +42,7 @@ pkg_setup() {
21
22 src_unpack() {
23 # we need headers & test utilities
24 - if use test
25 + if use test; then
26 git-r3_fetch "https://git.llvm.org/git/libcxx.git
27 https://github.com/llvm-mirror/libcxx.git"
28 fi