From: Michał Górny Date: Sat, 7 Dec 2019 21:32:13 +0000 (+0100) Subject: dev-libs/libxml2: Replace ltprune X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3e1a2796e0232c9533e2a06cf31644ccd53f4fbd;p=gentoo.git dev-libs/libxml2: Replace ltprune Signed-off-by: Michał Górny --- diff --git a/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild b/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild index b001a77d4c54..24baa153a846 100644 --- a/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild +++ b/dev-libs/libxml2/libxml2-2.9.9-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} ) PYTHON_REQ_USE="xml" -inherit libtool flag-o-matic ltprune python-r1 autotools prefix multilib-minimal +inherit libtool flag-o-matic python-r1 autotools prefix multilib-minimal DESCRIPTION="XML C parser and toolkit" HOMEPAGE="http://www.xmlsoft.org/" @@ -194,7 +194,7 @@ multilib_src_install_all() { rm -rf "${ED}"/usr/share/doc/${PF}/python/examples fi - prune_libtool_files --modules + find "${D}" -name '*.la' -delete || die } pkg_postinst() {