diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:39:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-06-26 02:39:25 +0000 |
commit | 99a8c8375d735761006f9af8498e321960c1d772 (patch) | |
tree | 919a516c9a1e0b11a5b0b2ecf92f39d2ac474282 /sci-chemistry | |
parent | whitespace (diff) | |
download | gentoo-2-99a8c8375d735761006f9af8498e321960c1d772.tar.gz gentoo-2-99a8c8375d735761006f9af8498e321960c1d772.tar.bz2 gentoo-2-99a8c8375d735761006f9af8498e321960c1d772.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/apbs/apbs-0.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/apbs/apbs-0.4.0.ebuild b/sci-chemistry/apbs/apbs-0.4.0.ebuild index 74ed279e5261..f41089450ca6 100644 --- a/sci-chemistry/apbs/apbs-0.4.0.ebuild +++ b/sci-chemistry/apbs/apbs-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-0.4.0.ebuild,v 1.5 2006/10/12 14:08:14 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-0.4.0.ebuild,v 1.6 2007/06/26 02:39:25 mr_bones_ Exp $ inherit eutils fortran @@ -51,7 +51,7 @@ src_compile() { use mpi && myconf="${myconf} --with-mpiinc=/usr/include" - # configure + # configure econf ${myconf} || die "configure failed" # build |