From: Akinori Hattori Date: Sat, 12 Aug 2017 14:16:48 +0000 (+0900) Subject: app-i18n/tomoe-gtk: inherit ltprune X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1f1f0f119affe446f823a260231c3ac5556954bb;p=gentoo.git app-i18n/tomoe-gtk: inherit ltprune Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- 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 91da3cffbfdc..dde6b7083511 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 }