commit:     732cdf7f0505e97e8bb18dc394ee7be419e3c778
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Sep 21 18:35:59 2018 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 18:40:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=732cdf7f

app-crypt/mhash: ebuild cleanups

Closes: https://bugs.gentoo.org/666724
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-crypt/mhash/mhash-0.9.9.9-r2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild 
b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild
index 300d6c81abe..0c3993c9d67 100644
--- a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild
+++ b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild
@@ -2,7 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit ltprune
 
 DESCRIPTION="library providing a uniform interface to a large number of hash 
algorithms"
 HOMEPAGE="http://mhash.sourceforge.net/";
@@ -39,7 +38,7 @@ src_prepare() {
        default
        sed -i \
                -e 's/--netscape//' \
-               "${S}"/doc/Makefile.in
+               "${S}"/doc/Makefile.in || die
 }
 
 src_configure() {
@@ -56,5 +55,5 @@ src_compile() {
 
 src_install() {
        default
-       prune_libtool_files
+       find "${D}" -name '*.la' -delete || die
 }

Reply via email to