From: Gokturk Yuksek Date: Sun, 27 Dec 2015 01:43:47 +0000 (-0500) Subject: net-libs/gsoap: use prune_libtool_files instead of removing them manually X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5fc73a770c9c10186960b8b5d6958274847f7919;p=gentoo.git net-libs/gsoap: use prune_libtool_files instead of removing them manually Package-Manager: portage-2.2.24 --- diff --git a/net-libs/gsoap/gsoap-2.7.17-r1.ebuild b/net-libs/gsoap/gsoap-2.7.17-r1.ebuild index a507c06495fe..ad1d0d940517 100644 --- a/net-libs/gsoap/gsoap-2.7.17-r1.ebuild +++ b/net-libs/gsoap/gsoap-2.7.17-r1.ebuild @@ -56,7 +56,7 @@ src_install() { dohtml changelog.html - rm -rf "${D}"/usr/lib*/*.la + prune_libtool_files --all if use examples; then rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o