commit: 6d099de8f4589cf78b8b2548d76ac3d08266d6af
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 23 14:46:37 2017 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Wed Aug 23 14:49:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d099de8
app-i18n/pyzy: inherit ltprune
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-i18n/pyzy/pyzy-0.1.0-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
b/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
index 980f4f596c0..2c736e2414a 100644
--- a/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
+++ b/app-i18n/pyzy/pyzy-0.1.0-r2.ebuild
@@ -4,7 +4,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 )
-inherit autotools python-any-r1
+inherit autotools ltprune python-any-r1
PYZY_DB="${PN}-database-1.0.0"
@@ -55,4 +55,5 @@ src_install() {
fi
default
+ prune_libtool_files
}