summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-12-21 22:43:15 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-12-21 22:43:34 -0500
commit4443eba81a16c7e2b4455958afca54e2453fe847 (patch)
tree966221c0c30b1070a65ae3ce1d5db3af47604acd /dev-libs/xapian
parentdev-libs/xapian: prune_libtool_files requires --all (diff)
downloadgentoo-4443eba81a16c7e2b4455958afca54e2453fe847.tar.gz
gentoo-4443eba81a16c7e2b4455958afca54e2453fe847.tar.bz2
gentoo-4443eba81a16c7e2b4455958afca54e2453fe847.zip
dev-libs/xapian: add prune_libtool_files to 1.2.21-r2
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r--dev-libs/xapian/xapian-1.2.21-r2.ebuild (renamed from dev-libs/xapian/xapian-1.2.21-r1.ebuild)4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/xapian/xapian-1.2.21-r1.ebuild b/dev-libs/xapian/xapian-1.2.21-r2.ebuild
index dfa0ed1fec2d..54e12ecec157 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() {