net-irc/eggdrop: fix a race condition in make, fixes #533490

Package-Manager: portage-2.2.27
This commit is contained in:
Louis Sautier
2016-03-04 14:41:25 +01:00
committed by Amy Winston
parent 9ca5e822de
commit 3a2d67ef18

View File

@@ -72,7 +72,7 @@ src_compile() {
target="debug"
fi
emake ${target}
emake -j1 ${target} # fixes #533490
}
src_install() {