summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-04-24 20:54:15 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-04-24 20:54:15 +0000
commit9774ab85297dd356d6129764b0b9e637c5d28df5 (patch)
tree9ccf096c1601ddf67b83ec0295b2c92c7cb5b970
parentversion bump, make startup-notification support optional (bug #123608) (diff)
downloadgentoo-2-9774ab85297dd356d6129764b0b9e637c5d28df5.tar.gz
gentoo-2-9774ab85297dd356d6129764b0b9e637c5d28df5.tar.bz2
gentoo-2-9774ab85297dd356d6129764b0b9e637c5d28df5.zip
(#131090) Parallel build is broken, ironically.
(Portage version: 2.1_pre9-r3)
-rw-r--r--sys-cluster/mpich/ChangeLog8
-rw-r--r--sys-cluster/mpich/mpich-1.2.7_p1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-cluster/mpich/ChangeLog b/sys-cluster/mpich/ChangeLog
index 7cef38ac4ca9..fe638eadd473 100644
--- a/sys-cluster/mpich/ChangeLog
+++ b/sys-cluster/mpich/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/mpich
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/ChangeLog,v 1.23 2005/11/07 01:46:50 spyderous Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/ChangeLog,v 1.24 2006/04/24 20:54:15 spyderous Exp $
+
+ 24 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>;
+ mpich-1.2.7_p1.ebuild:
+ (#131090) Parallel build is broken, ironically.
*mpich-1.2.7_p1 (07 Nov 2005)
diff --git a/sys-cluster/mpich/mpich-1.2.7_p1.ebuild b/sys-cluster/mpich/mpich-1.2.7_p1.ebuild
index 4087b6561ac7..1a900bdd4c28 100644
--- a/sys-cluster/mpich/mpich-1.2.7_p1.ebuild
+++ b/sys-cluster/mpich/mpich-1.2.7_p1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.7_p1.ebuild,v 1.1 2005/11/07 01:46:50 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-1.2.7_p1.ebuild,v 1.2 2006/04/24 20:54:15 spyderous Exp $
inherit eutils
@@ -70,7 +70,7 @@ src_compile() {
--mandir=/usr/share/man \
--prefix=/usr \
--datadir=/usr/share/mpich || die
- emake || die
+ emake -j1 || die
}
src_install() {