summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2011-01-07 17:35:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2011-01-07 17:35:22 +0000
commit71551fca5e31ac37b70d8b5cc315cc21d883cfe2 (patch)
treed40459cb3d13e3f65fde3d00f946ebf7a64d5138 /net-libs/daq
parentIncompatible test removed, #259154 (diff)
downloadgentoo-2-71551fca5e31ac37b70d8b5cc315cc21d883cfe2.tar.gz
gentoo-2-71551fca5e31ac37b70d8b5cc315cc21d883cfe2.tar.bz2
gentoo-2-71551fca5e31ac37b70d8b5cc315cc21d883cfe2.zip
Fix parallel make issue for 0.4 too #345915
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/daq')
-rw-r--r--net-libs/daq/ChangeLog7
-rw-r--r--net-libs/daq/daq-0.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/daq/ChangeLog b/net-libs/daq/ChangeLog
index a37c4d769664..bacdfa709d25 100644
--- a/net-libs/daq/ChangeLog
+++ b/net-libs/daq/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/daq
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/ChangeLog,v 1.4 2010/12/03 18:40:04 patrick Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/ChangeLog,v 1.5 2011/01/07 17:35:22 patrick Exp $
+
+ 07 Jan 2011; Patrick Lauer <patrick@gentoo.org> daq-0.4.ebuild:
+ Fix parallel make issue for 0.4 too #345915
*daq-0.4 (03 Dec 2010)
diff --git a/net-libs/daq/daq-0.4.ebuild b/net-libs/daq/daq-0.4.ebuild
index 80e8b39cc86f..33ba897e9f01 100644
--- a/net-libs/daq/daq-0.4.ebuild
+++ b/net-libs/daq/daq-0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/daq-0.4.ebuild,v 1.1 2010/12/03 18:40:04 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/daq-0.4.ebuild,v 1.2 2011/01/07 17:35:22 patrick Exp $
EAPI="2"
@@ -33,7 +33,7 @@ src_configure() {
src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
+ emake -j1 DESTDIR="${D}" install || die "make install failed"
dodoc ChangeLog README