Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/qd/
Date: Fri, 27 Nov 2015 08:25:56
Message-Id: 1448611182.fae82ed2aec8a1fbc7a3ac5ed194d86bf390bad5.jlec@gentoo
1 commit: fae82ed2aec8a1fbc7a3ac5ed194d86bf390bad5
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 27 07:59:42 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 27 07:59:42 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae82ed2
7
8 sci-libs/qd: Fix fortran configure option
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=566944
11
12 Package-Manager: portage-2.2.25
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-libs/qd/qd-2.3.13.ebuild | 4 ++--
16 sci-libs/qd/qd-2.3.14.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/sci-libs/qd/qd-2.3.13.ebuild b/sci-libs/qd/qd-2.3.13.ebuild
20 index d1e9dfd..b9cadaf 100644
21 --- a/sci-libs/qd/qd-2.3.13.ebuild
22 +++ b/sci-libs/qd/qd-2.3.13.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2012 Gentoo Foundation
25 +# Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -23,7 +23,7 @@ PATCHES=( "${FILESDIR}"/${P}-autotools.patch )
30
31 src_configure() {
32 local myeconfargs=(
33 - $(use_enable fortran enable_fortran)
34 + $(use_enable fortran)
35 )
36 autotools-utils_src_configure
37 }
38
39 diff --git a/sci-libs/qd/qd-2.3.14.ebuild b/sci-libs/qd/qd-2.3.14.ebuild
40 index 6d392ea..2c2f031 100644
41 --- a/sci-libs/qd/qd-2.3.14.ebuild
42 +++ b/sci-libs/qd/qd-2.3.14.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2013 Gentoo Foundation
45 +# Copyright 1999-2015 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Id$
48
49 @@ -23,7 +23,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.3.13-autotools.patch )
50
51 src_configure() {
52 local myeconfargs=(
53 - $(use_enable fortran enable_fortran)
54 + $(use_enable fortran)
55 )
56 autotools-utils_src_configure
57 }