aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gmail.com>2013-10-01 09:51:39 -0600
committerNicolas Bock <nicolasbock@gmail.com>2013-10-01 09:51:53 -0600
commit43ac813fdd4d7ec3c9279021434fb8b5d4905022 (patch)
treed06b3b82a1900d758c1e1625206f883a7c061b37
parentMerge branch 'master' of ssh://github.com/gentoo-science/sci (diff)
downloadsci-43ac813fdd4d7ec3c9279021434fb8b5d4905022.tar.gz
sci-43ac813fdd4d7ec3c9279021434fb8b5d4905022.tar.bz2
sci-43ac813fdd4d7ec3c9279021434fb8b5d4905022.zip
sci-chemistry/freeon-9999: Bringing live ebuild up to date.
Package-Manager: portage-2.2.1
-rw-r--r--sci-chemistry/freeon/ChangeLog3
-rw-r--r--sci-chemistry/freeon/freeon-9999.ebuild10
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 <nicolasbock@gmail.com> 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 <nicolasbock@gmail.com> +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
+}