diff options
Diffstat (limited to 'sci-libs/qd/qd-2.3.13.ebuild')
-rw-r--r-- | sci-libs/qd/qd-2.3.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/qd/qd-2.3.13.ebuild b/sci-libs/qd/qd-2.3.13.ebuild index d1e9dfd10071..b9cadaf92634 100644 --- a/sci-libs/qd/qd-2.3.13.ebuild +++ b/sci-libs/qd/qd-2.3.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -23,7 +23,7 @@ PATCHES=( "${FILESDIR}"/${P}-autotools.patch ) src_configure() { local myeconfargs=( - $(use_enable fortran enable_fortran) + $(use_enable fortran) ) autotools-utils_src_configure } |