net-wireless/tempestsdr: fix parallel build issue
authorRick Farina <zerochaos@gentoo.org>
Tue, 12 Nov 2019 19:02:22 +0000 (14:02 -0500)
committerRick Farina <zerochaos@gentoo.org>
Tue, 12 Nov 2019 19:02:29 +0000 (14:02 -0500)
in the upstream repo

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
net-wireless/tempestsdr/tempestsdr-9999.ebuild

index d94f6edd78293cfbe853aeb95341774db1373363..a7f4aecfedadabb7db95ce9abf03edc49ad4d0b7 100644 (file)
@@ -30,8 +30,7 @@ src_prepare() {
 }
 
 src_compile() {
-       #this absolutely breaks in wierd ways when built parallel
-       emake -j1 all
+       emake all
 }
 
 src_install() {