Signed-off-by: Michał Górny <mgorny@gentoo.org>
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/"
rm -rf "${ED}"/usr/share/doc/${PF}/python/examples
fi
- prune_libtool_files --modules
+ find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {