sys-libs/llvm-libunwind: Fix syntax error for 9999
authorBrian Evans <grknight@gentoo.org>
Tue, 20 Feb 2018 17:13:58 +0000 (12:13 -0500)
committerBrian Evans <grknight@gentoo.org>
Tue, 20 Feb 2018 17:13:58 +0000 (12:13 -0500)
Fixes: 14f34132fedfa241528b7699d19bebe3c98ded63
Package-Manager: Portage-2.3.24, Repoman-2.3.6

sys-libs/llvm-libunwind/llvm-libunwind-9999.ebuild

index 2ac7db3bbf71a69fc03d802ff5a0a2ad87ab75c9..02cd558be9ab5c9ed9d806297db289b803399f13 100644 (file)
@@ -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