From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QHT4h-0002W5-EC for garchives@archives.gentoo.org; Wed, 04 May 2011 03:48:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 300FAE031D; Wed, 4 May 2011 03:48:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E4BB7E032F for ; Wed, 4 May 2011 03:48:23 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E2E11B4032 for ; Wed, 4 May 2011 03:48:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id CAEAD80507 for ; Wed, 4 May 2011 03:48:22 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/mpich2/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/mpich2/mpich2-1.4_rc2.ebuild X-VCS-Directories: sys-cluster/mpich2/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: c74a147d7e440579b0664efa4e0f44666a6988a3 Date: Wed, 4 May 2011 03:48:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 36c1302b9a64694ac44bad91f8c6f265 commit: c74a147d7e440579b0664efa4e0f44666a6988a3 Author: Justin Bronder gentoo org> AuthorDate: Wed May 4 03:48:11 2011 +0000 Commit: Justin Bronder gentoo org> CommitDate: Wed May 4 03:48:11 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dc74a147d disable parallel install (Portage version: 2.1.9.46/git/Linux x86_64, signed Manifest commit with = key 4D7043C9) --- sys-cluster/mpich2/mpich2-1.4_rc2.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild b/sys-cluster/mpich= 2/mpich2-1.4_rc2.ebuild index 42992d7..0be12e8 100644 --- a/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild +++ b/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild @@ -142,7 +142,7 @@ src_test() { src_install() { local d=3D$(echo ${D}/$(mpi_root)/ | sed 's,///*,/,g') =20 - emake DESTDIR=3D"${D}" install || die + emake -j1 DESTDIR=3D"${D}" install || die =20 mpi_dodir /usr/share/doc/${PF} mpi_dodoc COPYRIGHT README CHANGES RELEASE_NOTES || die