From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E5AF1388C2 for ; Fri, 4 Mar 2016 17:54:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D544E21C006; Fri, 4 Mar 2016 17:54:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1DFA21C00A for ; Fri, 4 Mar 2016 17:54:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB0C3340BEA for ; Fri, 4 Mar 2016 17:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3844F208E for ; Fri, 4 Mar 2016 17:54:06 +0000 (UTC) From: "Amy Winston" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Winston" Message-ID: <1457113452.3a2d67ef189842d24f9e7b892befed78f853f20d.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/eggdrop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/eggdrop/eggdrop-1.6.21-r1.ebuild X-VCS-Directories: net-irc/eggdrop/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Winston X-VCS-Revision: 3a2d67ef189842d24f9e7b892befed78f853f20d X-VCS-Branch: master Date: Fri, 4 Mar 2016 17:54:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0701eda4-21b2-4310-bba8-dcd2586796ef X-Archives-Hash: adc25e389b2cdc274c4487d80915b046 commit: 3a2d67ef189842d24f9e7b892befed78f853f20d Author: Louis Sautier gmail com> AuthorDate: Fri Mar 4 13:41:25 2016 +0000 Commit: Amy Winston gentoo 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() {