commit: e71d7ff2098227500cd475827ab40d0a79fccca1
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 12:47:23 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 12:47:23 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e71d7ff2
sci-biology/augustus: Use default functions
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-biology/augustus/augustus-3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/augustus/augustus-3.1.ebuild
b/sci-biology/augustus/augustus-3.1.ebuild
index 6e18831..e67723d 100644
--- a/sci-biology/augustus/augustus-3.1.ebuild
+++ b/sci-biology/augustus/augustus-3.1.ebuild
@@ -32,7 +32,7 @@ src_prepare() {
}
src_compile() {
- emake clean && emake
+ emake clean && default
}
src_install() {