diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:41:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-04-25 16:41:01 +0000 |
commit | 432f2d6982b5bde002b612d8738d049ea793c2b8 (patch) | |
tree | 1f0fce590300e3e0135826a620cb3f62107e3559 /sys-cluster/mpich2 | |
parent | Drop unnessecary die (diff) | |
download | gentoo-2-432f2d6982b5bde002b612d8738d049ea793c2b8.tar.gz gentoo-2-432f2d6982b5bde002b612d8738d049ea793c2b8.tar.bz2 gentoo-2-432f2d6982b5bde002b612d8738d049ea793c2b8.zip |
Drop unnessecary die
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/mpich2')
-rw-r--r-- | sys-cluster/mpich2/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild | 7 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog index 133433027163..af4989b0dfaf 100644 --- a/sys-cluster/mpich2/ChangeLog +++ b/sys-cluster/mpich2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/mpich2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.76 2012/04/16 14:48:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.77 2012/04/25 16:41:01 jlec Exp $ + + 25 Apr 2012; Justin Lecher <jlec@gentoo.org> mpich2-1.4_rc2-r1.ebuild, + mpich2-1.4.1_p1.ebuild: + Drop unnessecary die 16 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> mpich2-1.4.1_p1.ebuild: Fix docdir for prefix, reported by sebastian_ on irc diff --git a/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild b/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild index 2f42330e0345..403abbcbe0e0 100644 --- a/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild +++ b/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild,v 1.2 2012/04/16 14:48:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4.1_p1.ebuild,v 1.3 2012/04/25 16:41:01 jlec Exp $ EAPI=4 @@ -76,7 +76,7 @@ src_prepare() { # 393361, backport of r8809 upstream. epatch "${FILESDIR}"/mpich2-hvector.patch - AT_M4DIR="${S}"/confdb eautoreconf || die + AT_M4DIR="${S}"/confdb eautoreconf } src_configure() { diff --git a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild index c4e0cfde55b5..c33abad73922 100644 --- a/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild +++ b/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild,v 1.5 2012/01/12 02:11:50 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2-r1.ebuild,v 1.6 2012/04/25 16:41:01 jlec Exp $ EAPI=2 @@ -55,7 +55,7 @@ src_prepare() { # 369263 and 1044, 1500 upstream. epatch "${FILESDIR}"/mpich2-1.4_rc2-fix-pkg-config-files.patch - AT_M4DIR="${S}"/confdb eautoreconf || die + AT_M4DIR="${S}"/confdb eautoreconf } src_configure() { @@ -98,8 +98,7 @@ src_configure() { --disable-fast \ --enable-smpcoll \ $(use_enable romio) \ - $(use_enable cxx) \ - || die + $(use_enable cxx) } src_compile() { |