commit:     3a2d67ef189842d24f9e7b892befed78f853f20d
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Mar  4 13:41:25 2016 +0000
Commit:     Amy Winston <amynka <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 17:44:12 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2d67ef

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

Package-Manager: portage-2.2.27

 net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild 
b/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
index 541c9a3..5b6cf6b 100644
--- 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() {

Reply via email to