summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 10:11:54 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 10:11:54 +0000
commitccce5f140e281696c1d2aa09a102e8d2b484a9a2 (patch)
treeaa75a68a6714db4169e175c250790ac05d3868d4 /sci-libs/fftw/fftw-3.2.2-r1.ebuild
parentAdded fortran-2.eclass support (diff)
downloadgentoo-2-ccce5f140e281696c1d2aa09a102e8d2b484a9a2.tar.gz
gentoo-2-ccce5f140e281696c1d2aa09a102e8d2b484a9a2.tar.bz2
gentoo-2-ccce5f140e281696c1d2aa09a102e8d2b484a9a2.zip
Fix fortran-2.eclass support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/fftw/fftw-3.2.2-r1.ebuild')
-rw-r--r--sci-libs/fftw/fftw-3.2.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/fftw/fftw-3.2.2-r1.ebuild b/sci-libs/fftw/fftw-3.2.2-r1.ebuild
index 45b3870338c8..f3ef8688971c 100644
--- a/sci-libs/fftw/fftw-3.2.2-r1.ebuild
+++ b/sci-libs/fftw/fftw-3.2.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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-r1.ebuild,v 1.2 2011/06/21 08:23:37 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.2.2-r1.ebuild,v 1.3 2011/06/21 10:11:54 jlec Exp $
EAPI=2
@@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-li
IUSE="altivec doc fortran openmp sse sse2 threads"
pkg_setup() {
- fortran-2_pkg_setup
+ use fortran && fortran-2_pkg_setup
FFTW_THREADS="--disable-threads --disable-openmp"
if use openmp; then
FFTW_THREADS="--disable-threads --enable-openmp"