Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/eggdrop/
Date: Fri, 04 Mar 2016 17:54:12
Message-Id: 1457113452.3a2d67ef189842d24f9e7b892befed78f853f20d.amynka@gentoo
1 commit: 3a2d67ef189842d24f9e7b892befed78f853f20d
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 4 13:41:25 2016 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 17:44:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a2d67ef
7
8 net-irc/eggdrop: fix a race condition in make, fixes #533490
9
10 Package-Manager: portage-2.2.27
11
12 net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild b/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
16 index 541c9a3..5b6cf6b 100644
17 --- a/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
18 +++ b/net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild
19 @@ -72,7 +72,7 @@ src_compile() {
20 target="debug"
21 fi
22
23 - emake ${target}
24 + emake -j1 ${target} # fixes #533490
25 }
26
27 src_install() {