commit: 1f1f0f119affe446f823a260231c3ac5556954bb Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sat Aug 12 14:16:48 2017 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sat Aug 12 14:21:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f1f0f11
app-i18n/tomoe-gtk: inherit ltprune Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild index 91da3cffbfd..dde6b708351 100644 --- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild +++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild @@ -4,7 +4,7 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) -inherit python-single-r1 +inherit ltprune python-single-r1 DESCRIPTION="Tomoe GTK+ interface widget library" HOMEPAGE="http://tomoe.sourceforge.jp/" @@ -40,11 +40,5 @@ src_configure() { src_install() { default - - if use python ; then - find "${D}$(python_get_sitedir)" \( -name "*.la" -o -name "*.a" \) -type f -delete || die - fi - if ! use static-libs ; then - find "${ED}" -name "*.la" -type f -delete || die - fi + prune_libtool_files --modules }
