commit: 4443eba81a16c7e2b4455958afca54e2453fe847
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 03:43:15 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 03:43:34 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4443eba8
dev-libs/xapian: add prune_libtool_files to 1.2.21-r2
Package-Manager: portage-2.2.24
dev-libs/xapian/{xapian-1.2.21-r1.ebuild => xapian-1.2.21-r2.ebuild} | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-libs/xapian/xapian-1.2.21-r1.ebuild
b/dev-libs/xapian/xapian-1.2.21-r2.ebuild
similarity index 97%
rename from dev-libs/xapian/xapian-1.2.21-r1.ebuild
rename to dev-libs/xapian/xapian-1.2.21-r2.ebuild
index dfa0ed1..54e12ec 100644
--- a/dev-libs/xapian/xapian-1.2.21-r1.ebuild
+++ b/dev-libs/xapian/xapian-1.2.21-r2.ebuild
@@ -4,6 +4,8 @@
EAPI="5"
+inherit eutils
+
MY_P="${PN}-core-${PV}"
DESCRIPTION="Xapian Probabilistic Information Retrieval library"
@@ -56,6 +58,8 @@ src_install() {
use doc || rm -rf "${D}usr/share/doc/${PF}"
dodoc AUTHORS HACKING PLATFORMS README NEWS
+
+ prune_libtool_files --all
}
src_test() {