commit:     5fc73a770c9c10186960b8b5d6958274847f7919
Author:     Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Sun Dec 27 01:43:47 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 06:05:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fc73a77

net-libs/gsoap: use prune_libtool_files instead of removing them manually

Package-Manager: portage-2.2.24

 net-libs/gsoap/gsoap-2.7.17-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/gsoap/gsoap-2.7.17-r1.ebuild 
b/net-libs/gsoap/gsoap-2.7.17-r1.ebuild
index a507c06..ad1d0d9 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

Reply via email to