From 3e1a2796e0232c9533e2a06cf31644ccd53f4fbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 7 Dec 2019 22:32:13 +0100 Subject: [PATCH] dev-libs/libxml2: Replace ltprune MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-libs/libxml2/libxml2-2.9.9-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { -- 2.26.2