diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-12 16:29:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-12 16:29:56 +0000 |
commit | 60ecadf584a9cafb79c724ea8d2fe2169732005c (patch) | |
tree | 9ca02e35c17b7e2b338ff3ac52e828158d2d0e9d /sci-libs | |
parent | whitespace (diff) | |
download | gentoo-2-60ecadf584a9cafb79c724ea8d2fe2169732005c.tar.gz gentoo-2-60ecadf584a9cafb79c724ea8d2fe2169732005c.tar.bz2 gentoo-2-60ecadf584a9cafb79c724ea8d2fe2169732005c.zip |
whitespace
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/itpp/itpp-4.0.0_rc2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/itpp/itpp-4.0.0_rc2.ebuild b/sci-libs/itpp/itpp-4.0.0_rc2.ebuild index 4d4a30c53fa5..817466b847e7 100644 --- a/sci-libs/itpp/itpp-4.0.0_rc2.ebuild +++ b/sci-libs/itpp/itpp-4.0.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.0_rc2.ebuild,v 1.3 2007/10/09 13:22:08 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/itpp/itpp-4.0.0_rc2.ebuild,v 1.4 2007/10/12 16:29:56 mr_bones_ Exp $ inherit fortran flag-o-matic @@ -53,7 +53,6 @@ src_compile() { myconf="${myconf} --with-fft=-lfftw3" fi - if use minimal; then myconf="${myconf} --disable-comm --disable-fixed --disable-optim --disable-protocol --disable-signal --disable-srccode" fi |