aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Bock <nicolasbock@gmail.com>2013-09-20 15:19:31 -0600
committerNicolas Bock <nicolasbock@gmail.com>2013-09-20 15:19:31 -0600
commit364edf691768afaa950d87a0af52354b9a7c39be (patch)
tree5863dcb892a7e5230674eca5b557325da1d31007 /sci-chemistry/freeon
parentMerge branch 'master' of github.com:gentoo-science/sci (diff)
downloadsci-364edf691768afaa950d87a0af52354b9a7c39be.tar.gz
sci-364edf691768afaa950d87a0af52354b9a7c39be.tar.bz2
sci-364edf691768afaa950d87a0af52354b9a7c39be.zip
sci-chemistry/freeon-1.0.3: Fixed broken ebuild.
Package-Manager: portage-2.2.1
Diffstat (limited to 'sci-chemistry/freeon')
-rw-r--r--sci-chemistry/freeon/ChangeLog3
-rw-r--r--sci-chemistry/freeon/freeon-1.0.3.ebuild4
2 files changed, 6 insertions, 1 deletions
diff --git a/sci-chemistry/freeon/ChangeLog b/sci-chemistry/freeon/ChangeLog
index 2dfc42434..ccc74ddae 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: $
+ 20 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> freeon-1.0.3.ebuild:
+ sci-chemistry/freeon-1.0.3: Fixed broken ebuild.
+
*freeon-1.0.3 (20 Sep 2013)
20 Sep 2013; Nicolas Bock <nicolasbock@gmail.com> +freeon-1.0.3.ebuild,
diff --git a/sci-chemistry/freeon/freeon-1.0.3.ebuild b/sci-chemistry/freeon/freeon-1.0.3.ebuild
index ecbbe3762..91f6cd97d 100644
--- a/sci-chemistry/freeon/freeon-1.0.3.ebuild
+++ b/sci-chemistry/freeon/freeon-1.0.3.ebuild
@@ -26,6 +26,8 @@ DEPEND="${DEPEND}
virtual/pkgconfig"
src_configure() {
- econf \
+ local myeconfargs=(
$(use_enable standalone-BCSR)
+ )
+ autotools-utils_src_configure
}