diff options
author | 2006-04-24 20:54:15 +0000 | |
---|---|---|
committer | 2006-04-24 20:54:15 +0000 | |
commit | 199ead52d9817370290ecd33ae2dc5124254dc8e (patch) | |
tree | 0c67bb9ab37e939273c3d923ac8ba067aa0ab53e /sys-cluster/mpich/mpich-1.2.7_p1.ebuild | |
parent | version bump, make startup-notification support optional (bug #123608) (diff) | |
download | historical-199ead52d9817370290ecd33ae2dc5124254dc8e.tar.gz historical-199ead52d9817370290ecd33ae2dc5124254dc8e.tar.bz2 historical-199ead52d9817370290ecd33ae2dc5124254dc8e.zip |
(#131090) Parallel build is broken, ironically.
Package-Manager: portage-2.1_pre9-r3
Diffstat (limited to 'sys-cluster/mpich/mpich-1.2.7_p1.ebuild')
-rw-r--r-- | sys-cluster/mpich/mpich-1.2.7_p1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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() { |