From c81bca6531e9c72287162fda8b22a827d7384418 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 18 Mar 2017 11:26:37 +0100 Subject: 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(-) (limited to 'x11-libs/motif') 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 } -- cgit v1.2.3-65-gdbad