diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-27 08:59:42 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-27 08:59:42 +0100 |
commit | fae82ed2aec8a1fbc7a3ac5ed194d86bf390bad5 (patch) | |
tree | d2b9a0f0a464fa1bdc6c5679b3890164fa0fb509 /sci-libs/qd | |
parent | dev-tcltk/tkimg: Add slot operators (diff) | |
download | gentoo-fae82ed2aec8a1fbc7a3ac5ed194d86bf390bad5.tar.gz gentoo-fae82ed2aec8a1fbc7a3ac5ed194d86bf390bad5.tar.bz2 gentoo-fae82ed2aec8a1fbc7a3ac5ed194d86bf390bad5.zip |
sci-libs/qd: Fix fortran configure option
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566944
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/qd')
-rw-r--r-- | sci-libs/qd/qd-2.3.13.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/qd/qd-2.3.14.ebuild | 4 |
2 files changed, 4 insertions, 4 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 } diff --git a/sci-libs/qd/qd-2.3.14.ebuild b/sci-libs/qd/qd-2.3.14.ebuild index 6d392eafa6ec..2c2f03196018 100644 --- a/sci-libs/qd/qd-2.3.14.ebuild +++ b/sci-libs/qd/qd-2.3.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 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}"/${PN}-2.3.13-autotools.patch ) src_configure() { local myeconfargs=( - $(use_enable fortran enable_fortran) + $(use_enable fortran) ) autotools-utils_src_configure } |