From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A61231384B4 for ; Fri, 27 Nov 2015 08:25:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0C7F21C0B3; Fri, 27 Nov 2015 08:25:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE2D521C009 for ; Fri, 27 Nov 2015 08:25:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D6AF3404B1 for ; Fri, 27 Nov 2015 08:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F0C0B5D for ; Fri, 27 Nov 2015 08:25:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448611182.fae82ed2aec8a1fbc7a3ac5ed194d86bf390bad5.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/qd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/qd/qd-2.3.13.ebuild sci-libs/qd/qd-2.3.14.ebuild X-VCS-Directories: sci-libs/qd/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: fae82ed2aec8a1fbc7a3ac5ed194d86bf390bad5 X-VCS-Branch: master Date: Fri, 27 Nov 2015 08:25:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 87cc6f43-2327-4606-b3e6-af98c5abbb5c X-Archives-Hash: 0a431464018bdd0a91560b96ae102d1b commit: fae82ed2aec8a1fbc7a3ac5ed194d86bf390bad5 Author: Justin Lecher gentoo org> AuthorDate: Fri Nov 27 07:59:42 2015 +0000 Commit: Justin Lecher gentoo 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 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 }