diff options
author | Brian Evans <grknight@gentoo.org> | 2018-02-20 12:13:58 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-02-20 12:13:58 -0500 |
commit | 4e1d81037b0d3417a75b1d954b4fb579c1a485ac (patch) | |
tree | c370b5e26afcf8ed6607450d2c4d18bc280e1e88 /sys-libs | |
parent | sys-libs/llvm-libunwind: fix when test is off (*9999) (diff) | |
download | gentoo-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')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild | 2 |
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 |