summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r--app-crypt/mhash/mhash-0.9.9.9-r2.ebuild5
1 files 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 300d6c81abea..0c3993c9d67e 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
}