commit:     226e379726954f95fb6bb356f122d8608c6a985d
Author:     Horea Christian <h.chr <AT> mail <DOT> ru>
AuthorDate: Tue Jul 28 11:08:52 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 11:08:52 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=226e3797

replaced explicit command by default call

Package-Manager: portage-2.2.20

 sci-biology/ants/ChangeLog        | 3 +++
 sci-biology/ants/ants-9999.ebuild | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-biology/ants/ChangeLog b/sci-biology/ants/ChangeLog
index 2080d9a..74eed39 100644
--- a/sci-biology/ants/ChangeLog
+++ b/sci-biology/ants/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  28 Jul 2015;  <chym...@gentoo.org> ants-9999.ebuild:
+  replaced explicit command by default call
+
   27 Jul 2015;  <chym...@gentoo.org> ants-9999.ebuild:
   using multilib eclass
 

diff --git a/sci-biology/ants/ants-9999.ebuild 
b/sci-biology/ants/ants-9999.ebuild
index 20a1945..3ebea86 100644
--- a/sci-biology/ants/ants-9999.ebuild
+++ b/sci-biology/ants/ants-9999.ebuild
@@ -20,7 +20,7 @@ RDEPEND="${DEPEND}"
 
 src_install() {
        cd "${WORKDIR}/${P}_build/ANTS-build" || die "build dir not found"
-       emake DESTDIR="${D}" install
+       default
        cd "${WORKDIR}/${P}/Scripts" || die "scripts dir not found"
        dodir /usr/$(get_libdir)/ants
        install -t "${D}"usr/$(get_libdir)/ants *

Reply via email to