commit:     c81bca6531e9c72287162fda8b22a827d7384418
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 18 10:26:37 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 18 10:26:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c81bca65

x11-libs/motif: Replace prune_libtool_files with find.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 x11-libs/motif/motif-2.3.6-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-libs/motif/motif-2.3.6-r1.ebuild 
b/x11-libs/motif/motif-2.3.6-r1.ebuild
index 0d602dc2fb9..1971eb94c34 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
 }

Reply via email to