diff options
Diffstat (limited to 'sci-libs/gerris/gerris-20080929.ebuild')
-rw-r--r-- | sci-libs/gerris/gerris-20080929.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-libs/gerris/gerris-20080929.ebuild b/sci-libs/gerris/gerris-20080929.ebuild index fef1abaa8f44..8a02e871610f 100644 --- a/sci-libs/gerris/gerris-20080929.ebuild +++ b/sci-libs/gerris/gerris-20080929.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-20080929.ebuild,v 1.1 2008/10/04 10:35:46 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-20080929.ebuild,v 1.2 2008/10/28 02:11:14 mr_bones_ Exp $ inherit autotools @@ -24,7 +24,6 @@ DEPEND="${RDEPEND} S="${WORKDIR}"/${PN}-snapshot-080929 - src_unpack() { unpack ${A} cd "${S}" @@ -32,7 +31,6 @@ src_unpack() { eautoreconf } - src_compile() { econf $(use_enable mpi ) \ $(use_enable dx) \ |