app-i18n/ibus-anthy: drop ltprune
authorAkinori Hattori <hattya@gentoo.org>
Mon, 7 May 2018 13:49:53 +0000 (22:49 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Mon, 7 May 2018 13:49:53 +0000 (22:49 +0900)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-i18n/ibus-anthy/ibus-anthy-1.5.4.ebuild
app-i18n/ibus-anthy/ibus-anthy-1.5.9.ebuild

index 9277d4dffee7ff09029ebf982f9a4e3dbef0c72d..ab9be57eaba57e7e5a71c1bb626ffeb857110db9 100644 (file)
@@ -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
 }
index d323809cf1822dd43612681033980155628020bd..c644c89b3c7b8b15541869d9a7dd3e7e798478af 100644 (file)
@@ -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
 }