From 43ac813fdd4d7ec3c9279021434fb8b5d4905022 Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Tue, 1 Oct 2013 09:51:39 -0600 Subject: sci-chemistry/freeon-9999: Bringing live ebuild up to date. Package-Manager: portage-2.2.1 --- sci-chemistry/freeon/ChangeLog | 3 +++ sci-chemistry/freeon/freeon-9999.ebuild | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog index 0e0746e6a..01f53f739 100644 --- a/sci-chemistry/freeon/ChangeLog +++ b/sci-chemistry/freeon/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 01 Oct 2013; Nicolas Bock freeon-9999.ebuild: + sci-chemistry/freeon-9999: Bringing live ebuild up to date. + *freeon-1.0.5 (28 Sep 2013) 28 Sep 2013; Nicolas Bock +freeon-1.0.5.ebuild: diff --git a/sci-chemistry/freeon/freeon-9999.ebuild b/sci-chemistry/freeon/freeon-9999.ebuild index e7e5e7f1d..a151b3352 100644 --- a/sci-chemistry/freeon/freeon-9999.ebuild +++ b/sci-chemistry/freeon/freeon-9999.ebuild @@ -5,7 +5,6 @@ EAPI=5 AUTOTOOLS_AUTORECONF=1 - FORTRAN_STANDARD=90 inherit autotools-utils fortran-2 git-2 @@ -20,7 +19,7 @@ EGIT_BOOTSTRAP="fix_localversion.sh" LICENSE="GPL-3" SLOT="live" KEYWORDS="~amd64 ~x86" -IUSE="static-libs" +IUSE="standalone-BCSR static-libs" RDEPEND=" sci-libs/hdf5 @@ -28,3 +27,10 @@ RDEPEND=" virtual/lapack" DEPEND="${DEPEND} virtual/pkgconfig" + +src_configure() { + local myeconfargs=( + $(use_enable standalone-BCSR) + ) + autotools-utils_src_configure +} -- cgit v1.2.3-65-gdbad