projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ca5e82
)
net-irc/eggdrop: fix a race condition in make, fixes #533490
author
Louis Sautier
<sautier.louis@gmail.com>
Fri, 4 Mar 2016 13:41:25 +0000
(14:41 +0100)
committer
Amy Winston
<amynka@gentoo.org>
Fri, 4 Mar 2016 17:44:12 +0000
(18:44 +0100)
Package-Manager: portage-2.2.27
net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
patch
|
blob
|
history
diff --git
a/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
b/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
index 541c9a3d3d293c7c3b9835edf5d8a958babf9a70..5b6cf6b8df3ae101fbc2d24e0f0523a0e0e0ea20 100644
(file)
--- a/
net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
+++ b/
net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
@@
-72,7
+72,7
@@
src_compile() {
target="debug"
fi
- emake
${target}
+ emake
-j1 ${target} # fixes #533490
}
src_install() {