summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-02-20 12:13:58 -0500
committerBrian Evans <grknight@gentoo.org>2018-02-20 12:13:58 -0500
commit4e1d81037b0d3417a75b1d954b4fb579c1a485ac (patch)
treec370b5e26afcf8ed6607450d2c4d18bc280e1e88 /sys-libs/llvm-libunwind
parentsys-libs/llvm-libunwind: fix when test is off (*9999) (diff)
downloadgentoo-4e1d81037b0d3417a75b1d954b4fb579c1a485ac.tar.gz
gentoo-4e1d81037b0d3417a75b1d954b4fb579c1a485ac.tar.bz2
gentoo-4e1d81037b0d3417a75b1d954b4fb579c1a485ac.zip
sys-libs/llvm-libunwind: Fix syntax error for 9999
Fixes: 14f34132fedfa241528b7699d19bebe3c98ded63 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r--sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
index 2ac7db3bbf71..02cd558be9ab 100644
--- a/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
+++ b/sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild
@@ -42,7 +42,7 @@ pkg_setup() {
src_unpack() {
# we need headers & test utilities
- if use test
+ if use test; then
git-r3_fetch "https://git.llvm.org/git/libcxx.git
https://github.com/llvm-mirror/libcxx.git"
fi