summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2017-08-12 23:16:48 +0900
committerAkinori Hattori <hattya@gentoo.org>2017-08-12 23:21:41 +0900
commit1f1f0f119affe446f823a260231c3ac5556954bb (patch)
treece99c00c924d2135c15e515501613262ec71b8ad /app-i18n/tomoe-gtk
parentapp-i18n/tomoe-gtk: fix build with USE=python (diff)
downloadgentoo-1f1f0f119affe446f823a260231c3ac5556954bb.tar.gz
gentoo-1f1f0f119affe446f823a260231c3ac5556954bb.tar.bz2
gentoo-1f1f0f119affe446f823a260231c3ac5556954bb.zip
app-i18n/tomoe-gtk: inherit ltprune
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-i18n/tomoe-gtk')
-rw-r--r--app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r4.ebuild10
1 files 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
}