summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2011-03-21 14:49:51 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2011-03-21 14:49:51 +0000
commit9019bcbed9ee49bf71b0066dfe742e60b489cd35 (patch)
tree5451079396c19fccee832e505d383db47d0d859e /net-analyzer
parentAdd prefix bit, bug 353562 (diff)
downloadgentoo-2-9019bcbed9ee49bf71b0066dfe742e60b489cd35.tar.gz
gentoo-2-9019bcbed9ee49bf71b0066dfe742e60b489cd35.tar.bz2
gentoo-2-9019bcbed9ee49bf71b0066dfe742e60b489cd35.zip
QA: workaround parallel make failure until bug #351287 is properly fixed.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ippl/ChangeLog7
-rw-r--r--net-analyzer/ippl/ippl-1.4.14-r2.ebuild9
2 files changed, 12 insertions, 4 deletions
diff --git a/net-analyzer/ippl/ChangeLog b/net-analyzer/ippl/ChangeLog
index fc01c4d20e6e..3287afbb75d1 100644
--- a/net-analyzer/ippl/ChangeLog
+++ b/net-analyzer/ippl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ippl
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v 1.17 2010/09/15 00:29:43 jer Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ChangeLog,v 1.18 2011/03/21 14:49:51 flameeyes Exp $
+
+ 21 Mar 2011; Diego E. Pettenò <flameeyes@gentoo.org> ippl-1.4.14-r2.ebuild:
+ QA: workaround parallel make failure until bug #351287 is properly fixed.
*ippl-1.4.14-r2 (15 Sep 2010)
diff --git a/net-analyzer/ippl/ippl-1.4.14-r2.ebuild b/net-analyzer/ippl/ippl-1.4.14-r2.ebuild
index bda7fbfe3cdd..70afec865a15 100644
--- a/net-analyzer/ippl/ippl-1.4.14-r2.ebuild
+++ b/net-analyzer/ippl/ippl-1.4.14-r2.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-analyzer/ippl/ippl-1.4.14-r2.ebuild,v 1.1 2010/09/15 00:29:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ippl/ippl-1.4.14-r2.ebuild,v 1.2 2011/03/21 14:49:51 flameeyes Exp $
EAPI="2"
@@ -38,6 +38,11 @@ src_prepare() {
tc-export CC
}
+src_compile() {
+ # parallel make failure, bug #351287
+ emake -j1 || die "emake failed"
+}
+
src_install() {
dosbin Source/ippl