commit:     0f86addd878f72f7e5de424052f881aae355635b
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Mon May  7 13:49:53 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Mon May  7 13:49:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f86addd

app-i18n/ibus-anthy: drop ltprune

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild | 6 +++---
 app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 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 9277d4dffee..ab9be57eaba 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
 }

diff --git a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild 
b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
index d323809cf18..c644c89b3c7 100644
--- a/app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild
+++ b/app-i18n/ibus-anthy/ibus-anthy-1.5.9.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=( python{2_7,3_4,3_5,3_6} )
 
-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";
@@ -41,7 +41,7 @@ src_configure() {
 
 src_install() {
        default
-       prune_libtool_files --modules
+       find "${ED}" -name '*.la' -delete || die
 
        python_optimize
 }

Reply via email to