summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-01 10:49:27 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-12-01 10:49:27 +0000
commit220632cd28388a88ff86fcc9f54b25a248cc6864 (patch)
tree4091b6c5653309c5b48fa8895613d86aa10f84e7 /net-irc/eggdrop/eggdrop-1.6.19.ebuild
parentVersion bump KDE 4.3.4 (diff)
downloadgentoo-2-220632cd28388a88ff86fcc9f54b25a248cc6864.tar.gz
gentoo-2-220632cd28388a88ff86fcc9f54b25a248cc6864.tar.bz2
gentoo-2-220632cd28388a88ff86fcc9f54b25a248cc6864.zip
Add -j1 for install, see bug #295302.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/eggdrop/eggdrop-1.6.19.ebuild')
-rw-r--r--net-irc/eggdrop/eggdrop-1.6.19.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-irc/eggdrop/eggdrop-1.6.19.ebuild b/net-irc/eggdrop/eggdrop-1.6.19.ebuild
index ffcbbbfae328..fe2c0dba2c1d 100644
--- a/net-irc/eggdrop/eggdrop-1.6.19.ebuild
+++ b/net-irc/eggdrop/eggdrop-1.6.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.19.ebuild,v 1.5 2009/11/17 00:27:04 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/eggdrop/eggdrop-1.6.19.ebuild,v 1.6 2009/12/01 10:49:27 flameeyes Exp $
inherit eutils
@@ -69,7 +69,8 @@ src_compile() {
src_install() {
local a b
- emake DEST="${D}"/opt/eggdrop install || die "make install failed"
+ # bug #295302
+ emake -j1 DEST="${D}"/opt/eggdrop install || die "make install failed"
for a in doc/*
do