summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-05-31 11:17:52 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-31 11:17:52 +0200
commit55967c2d32c1176c8d2dae00becdc1aeab46dd8e (patch)
tree93acf6ec52d5e09b4859207dec2f0436631dea59 /media-libs/gmtk
parentmedia-libs/flickcurl: drop deprecated ltprune eclass (diff)
downloadgentoo-55967c2d32c1176c8d2dae00becdc1aeab46dd8e.tar.gz
gentoo-55967c2d32c1176c8d2dae00becdc1aeab46dd8e.tar.bz2
gentoo-55967c2d32c1176c8d2dae00becdc1aeab46dd8e.zip
media-libs/gmtk: drop deprecated ltprune eclass
Signed-off-by: Conrad Kostecki <conikost@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs/gmtk')
-rw-r--r--media-libs/gmtk/gmtk-1.0.9.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/gmtk/gmtk-1.0.9.ebuild b/media-libs/gmtk/gmtk-1.0.9.ebuild
index 5d4b524780fc..60068053a53e 100644
--- a/media-libs/gmtk/gmtk-1.0.9.ebuild
+++ b/media-libs/gmtk/gmtk-1.0.9.ebuild
@@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit ltprune
DESCRIPTION="GTK+ widget and function libraries for gnome-mplayer"
HOMEPAGE="https://code.google.com/p/gmtk/"
@@ -43,5 +42,5 @@ src_install() {
default
rm -rf "${ED}"/usr/share/doc/${PN}
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
}