summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-libs/qd/qd-2.3.13.ebuild4
-rw-r--r--sci-libs/qd/qd-2.3.14.ebuild4
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
}