commit: c448e05dda73f7f3376ed3bf28de34bf109ac6bb
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 16:22:51 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 16:32:22 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c448e05d
sci-biology/allpathslg: default_src_configure doesn't support myeconfargs
Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-biology/allpathslg/allpathslg-52488.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/sci-biology/allpathslg/allpathslg-52488.ebuild
b/sci-biology/allpathslg/allpathslg-52488.ebuild
index 0b0b806..effa25c 100644
--- a/sci-biology/allpathslg/allpathslg-52488.ebuild
+++ b/sci-biology/allpathslg/allpathslg-52488.ebuild
@@ -35,14 +35,12 @@ pkg_pretend() {
}
src_prepare() {
- default_src_prepare
+ default
eautoreconf
}
src_configure() {
- local myeconfargs=(
+ econf \
$(use_enable openmp)
- )
- default_src_configure
}