summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkinori Hattori <hattya@gentoo.org>2018-05-07 22:49:53 +0900
committerAkinori Hattori <hattya@gentoo.org>2018-05-07 22:49:53 +0900
commit0f86addd878f72f7e5de424052f881aae355635b (patch)
tree4c82abb943cb8aa069081bf3a165640cdefc8e5f /app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
parentapp-i18n/ibus-anthy: new upstream release (diff)
downloadgentoo-0f86addd878f72f7e5de424052f881aae355635b.tar.gz
gentoo-0f86addd878f72f7e5de424052f881aae355635b.tar.bz2
gentoo-0f86addd878f72f7e5de424052f881aae355635b.zip
app-i18n/ibus-anthy: drop ltprune
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild')
-rw-r--r--app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
index 9277d4dffee7..ab9be57eaba5 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
PYTHON_COMPAT=( python2_7 )
-inherit gnome2-utils ltprune python-single-r1
+inherit gnome2-utils python-single-r1
DESCRIPTION="Japanese Anthy engine for IBus"
HOMEPAGE="https://github.com/ibus/ibus/wiki"
@@ -40,7 +40,7 @@ src_configure() {
src_install() {
default
- prune_libtool_files --modules
+ find "${ED}" -name '*.la' -delete || die
python_optimize
}