From 1f1f0f119affe446f823a260231c3ac5556954bb Mon Sep 17 00:00:00 2001 From: Akinori Hattori Date: Sat, 12 Aug 2017 23:16:48 +0900 Subject: [PATCH] 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 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 } -- 2.26.2