diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-18 21:42:09 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-18 21:42:09 +0000 |
commit | f3f442f8a6c50136506ac40dc404fd61034bf174 (patch) | |
tree | efcf9adb0e52045e5a49134e7c1e949e2f1d351d /sci-libs/fftw/fftw-2.1.5-r8.ebuild | |
parent | sci-libs/cgcode: Remove virtual/fortran and always call fortran-2_pkg_setup a... (diff) | |
download | gentoo-2-f3f442f8a6c50136506ac40dc404fd61034bf174.tar.gz gentoo-2-f3f442f8a6c50136506ac40dc404fd61034bf174.tar.bz2 gentoo-2-f3f442f8a6c50136506ac40dc404fd61034bf174.zip |
sci-libs/fftw: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/fftw/fftw-2.1.5-r8.ebuild')
-rw-r--r-- | sci-libs/fftw/fftw-2.1.5-r8.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sci-libs/fftw/fftw-2.1.5-r8.ebuild b/sci-libs/fftw/fftw-2.1.5-r8.ebuild index 39676943a705..bab7598b222e 100644 --- a/sci-libs/fftw/fftw-2.1.5-r8.ebuild +++ b/sci-libs/fftw/fftw-2.1.5-r8.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/sci-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.13 2012/10/14 19:00:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-2.1.5-r8.ebuild,v 1.14 2012/10/18 21:42:09 jlec Exp $ EAPI=4 @@ -12,9 +12,7 @@ DESCRIPTION="Fast C library for the Discrete Fourier Transform" SRC_URI="http://www.fftw.org/${P}.tar.gz" HOMEPAGE="http://www.fftw.org" -DEPEND=" - fortran? ( virtual/fortran ) - mpi? ( virtual/mpi )" +DEPEND="mpi? ( virtual/mpi )" RDEPEND="${DEPEND}" SLOT="2.1" @@ -25,7 +23,7 @@ KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86- pkg_setup() { use openmp && FORTRAN_NEED_OPENMP="1" - use fortran && fortran-2_pkg_setup + fortran-2_pkg_setup # this one is reported to cause trouble on pentium4 m series filter-mfpmath "sse" |