diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:00:22 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:00:22 +0000 |
commit | 26390df0a19ceab1276d1d0176d6663a6c22d45a (patch) | |
tree | 49e8d12df648252a6c7a2d7c48b83506492d96dc /sci-libs/fftw/fftw-3.2.2.ebuild | |
parent | Per discussion with nirbheek, source-code-pro and source-sans-pro are merging... (diff) | |
download | gentoo-2-26390df0a19ceab1276d1d0176d6663a6c22d45a.tar.gz gentoo-2-26390df0a19ceab1276d1d0176d6663a6c22d45a.tar.bz2 gentoo-2-26390df0a19ceab1276d1d0176d6663a6c22d45a.zip |
Prepare for fortran2.eclass update
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/fftw/fftw-3.2.2.ebuild')
-rw-r--r-- | sci-libs/fftw/fftw-3.2.2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-libs/fftw/fftw-3.2.2.ebuild b/sci-libs/fftw/fftw-3.2.2.ebuild index 8f58e3e6237f..751b74464411 100644 --- a/sci-libs/fftw/fftw-3.2.2.ebuild +++ b/sci-libs/fftw/fftw-3.2.2.ebuild @@ -1,8 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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-3.2.2.ebuild,v 1.16 2011/06/24 10:58:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2.ebuild,v 1.17 2012/10/14 19:00:21 jlec Exp $ EAPI=2 + +FORTRAN_NEEDED=fortran + inherit autotools eutils flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="Fast C library for the Discrete Fourier Transform" |