diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-07 22:32:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-07 22:33:58 +0100 |
commit | 3e1a2796e0232c9533e2a06cf31644ccd53f4fbd (patch) | |
tree | ad87dffe9fd62ae0edc8074d56e1cdb6a452605d /dev-libs | |
parent | dev-tcltk/tdom: use CC during configure test (diff) | |
download | gentoo-3e1a2796e0232c9533e2a06cf31644ccd53f4fbd.tar.gz gentoo-3e1a2796e0232c9533e2a06cf31644ccd53f4fbd.tar.bz2 gentoo-3e1a2796e0232c9533e2a06cf31644ccd53f4fbd.zip |
dev-libs/libxml2: Replace ltprune
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libxml2/libxml2-2.9.9-r2.ebuild | 4 |
1 files 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() { |