summaryrefslogtreecommitdiff
path: root/media-libs/phat/phat-0.4.1-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/phat/phat-0.4.1-r1.ebuild')
-rw-r--r--media-libs/phat/phat-0.4.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/phat/phat-0.4.1-r1.ebuild b/media-libs/phat/phat-0.4.1-r1.ebuild
index 3ed4ae455362..b7854f4f01a6 100644
--- a/media-libs/phat/phat-0.4.1-r1.ebuild
+++ b/media-libs/phat/phat-0.4.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit autotools ltprune
+inherit autotools
DESCRIPTION="PHAT is a collection of GTK+ widgets geared toward pro-audio apps"
HOMEPAGE="https://sourceforge.net/projects/phat.berlios/"
@@ -38,5 +38,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files --all
+ find "${ED}" -name '*.la' -delete || die
}