projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bf276f
)
net-wireless/tempestsdr: fix parallel build issue
author
Rick Farina
<zerochaos@gentoo.org>
Tue, 12 Nov 2019 19:02:22 +0000
(14:02 -0500)
committer
Rick 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
patch
|
blob
|
history
diff --git
a/net-wireless/tempestsdr/tempestsdr-9999.ebuild
b/net-wireless/tempestsdr/tempestsdr-9999.ebuild
index d94f6edd78293cfbe853aeb95341774db1373363..a7f4aecfedadabb7db95ce9abf03edc49ad4d0b7 100644
(file)
--- a/
net-wireless/tempestsdr/tempestsdr-9999.ebuild
+++ b/
net-wireless/tempestsdr/tempestsdr-9999.ebuild
@@
-30,8
+30,7
@@
src_prepare() {
}
src_compile() {
- #this absolutely breaks in wierd ways when built parallel
- emake -j1 all
+ emake all
}
src_install() {