diff options
author | 2008-07-02 13:20:12 +0000 | |
---|---|---|
committer | 2008-07-02 13:20:12 +0000 | |
commit | 2b014e0f9b936a17fd57bdd1eb323a55911aa4a7 (patch) | |
tree | f3646017623836510eaf947b2a74dcd12b676809 /sci-libs | |
parent | whitespace (diff) | |
download | gentoo-2-2b014e0f9b936a17fd57bdd1eb323a55911aa4a7.tar.gz gentoo-2-2b014e0f9b936a17fd57bdd1eb323a55911aa4a7.tar.bz2 gentoo-2-2b014e0f9b936a17fd57bdd1eb323a55911aa4a7.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fftw/fftw-3.1.2-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-libs/fftw/fftw-3.1.2-r1.ebuild b/sci-libs/fftw/fftw-3.1.2-r1.ebuild index 3989ae95b521..afefa878a6f6 100644 --- a/sci-libs/fftw/fftw-3.1.2-r1.ebuild +++ b/sci-libs/fftw/fftw-3.1.2-r1.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/fftw/fftw-3.1.2-r1.ebuild,v 1.1 2008/07/02 09:20:22 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.1.2-r1.ebuild,v 1.2 2008/07/02 13:20:12 mr_bones_ Exp $ inherit flag-o-matic eutils toolchain-funcs autotools fortran @@ -84,7 +84,6 @@ src_compile() { emake || die "emake long double failed" } - src_test () { # We want this to be a reasonably quick test, but that is still hard... ewarn "This test series will take 30 minutes on a modern 2.5Ghz machine" |