diff options
author | 2010-12-19 19:12:06 +0000 | |
---|---|---|
committer | 2010-12-19 19:12:06 +0000 | |
commit | 4818ee46b8c055c136dcf0b0462f540cfeb25b0f (patch) | |
tree | d80c77026d3e6dd6b6a8e903daca90e1e18be9dc /sys-cluster | |
parent | Restrict Jython ABIs. (diff) | |
download | gentoo-2-4818ee46b8c055c136dcf0b0462f540cfeb25b0f.tar.gz gentoo-2-4818ee46b8c055c136dcf0b0462f540cfeb25b0f.tar.bz2 gentoo-2-4818ee46b8c055c136dcf0b0462f540cfeb25b0f.zip |
econf needs no die
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild b/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild index 3c84924f3c41..14508be1bc45 100644 --- a/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild +++ b/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild,v 1.10 2010/12/16 15:54:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.2.1_p1-r1.ebuild,v 1.11 2010/12/19 19:12:06 jlec Exp $ EAPI=2 PYTHON_DEPEND="2" @@ -109,8 +109,7 @@ src_configure() { --with-pm=mpd:hydra \ --disable-mpe \ $(use_enable romio) \ - $(use_enable cxx) \ - || die + $(use_enable cxx) } src_compile() { |