mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-irc/eggdrop: fix a race condition in make, fixes #533490
Package-Manager: portage-2.2.27
This commit is contained in:
committed by
Amy Winston
parent
9ca5e822de
commit
3a2d67ef18
@@ -72,7 +72,7 @@ src_compile() {
|
||||
target="debug"
|
||||
fi
|
||||
|
||||
emake ${target}
|
||||
emake -j1 ${target} # fixes #533490
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
Reference in New Issue
Block a user