From: Ulrich Müller Date: Sat, 18 Mar 2017 10:26:37 +0000 (+0100) Subject: x11-libs/motif: Replace prune_libtool_files with find. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c81bca6531e9c72287162fda8b22a827d7384418;p=gentoo.git x11-libs/motif: Replace prune_libtool_files with find. Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/x11-libs/motif/motif-2.3.6-r1.ebuild b/x11-libs/motif/motif-2.3.6-r1.ebuild index 0d602dc2fb9b..1971eb94c34c 100644 --- a/x11-libs/motif/motif-2.3.6-r1.ebuild +++ b/x11-libs/motif/motif-2.3.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools eutils flag-o-matic multilib toolchain-funcs multilib-minimal +inherit autotools flag-o-matic multilib toolchain-funcs multilib-minimal DESCRIPTION="The Motif user interface component toolkit" HOMEPAGE="https://sourceforge.net/projects/motif/ @@ -110,7 +110,7 @@ multilib_src_install_all() { # cleanup rm -rf "${ED}"/usr/share/Xm - prune_libtool_files + find "${D}" -type f -name "*.la" -delete || die dodoc BUGREPORT ChangeLog README RELEASE RELNOTES TODO }