commit: fae82ed2aec8a1fbc7a3ac5ed194d86bf390bad5 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Nov 27 07:59:42 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Fri Nov 27 07:59:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae82ed2
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 <AT> gentoo.org> sci-libs/qd/qd-2.3.13.ebuild | 4 ++-- 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 d1e9dfd..b9cadaf 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 6d392ea..2c2f031 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 }