app-i18n/ibus: drop ltprune
authorAkinori Hattori <hattya@gentoo.org>
Sat, 4 Aug 2018 13:41:11 +0000 (22:41 +0900)
committerAkinori Hattori <hattya@gentoo.org>
Sat, 4 Aug 2018 13:57:31 +0000 (22:57 +0900)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

app-i18n/ibus/ibus-1.5.12.ebuild
app-i18n/ibus/ibus-1.5.16.ebuild
app-i18n/ibus/ibus-1.5.17.ebuild

index ae04fedae7375d17fbaea96fda0a65372586b268..452f165b7d2f3c8611822ed00875310361233560 100644 (file)
@@ -5,7 +5,7 @@ EAPI="6"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 VALA_USE_DEPEND="vapigen"
 
-inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx
+inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx
 
 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
 HOMEPAGE="https://github.com/ibus/ibus/wiki"
@@ -122,7 +122,7 @@ src_test() {
 
 src_install() {
        default
-       prune_libtool_files --modules
+       find "${ED}" -name '*.la' -delete || die
 
        if use python; then
                python_install() {
index e0a88f0bc6a231143ef8f92f1b2c7a31a0ca32f5..9a0c01d902df31376c46c73201ee313e811aae67 100644 (file)
@@ -5,7 +5,7 @@ EAPI="6"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 VALA_USE_DEPEND="vapigen"
 
-inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx
+inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx
 
 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
 HOMEPAGE="https://github.com/ibus/ibus/wiki"
@@ -138,7 +138,7 @@ src_test() {
 
 src_install() {
        default
-       prune_libtool_files --modules
+       find "${ED}" -name '*.la' -delete || die
 
        if use python; then
                python_install() {
index d165c27518324e2cf09f1a6ce392841772b34ad3..7c3f41cfe216c55aa927030af024e0dd68078921 100644 (file)
@@ -5,7 +5,7 @@ EAPI="6"
 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 VALA_USE_DEPEND="vapigen"
 
-inherit autotools bash-completion-r1 gnome2-utils ltprune python-r1 vala virtualx xdg-utils
+inherit autotools bash-completion-r1 gnome2-utils python-r1 vala virtualx xdg-utils
 
 DESCRIPTION="Intelligent Input Bus for Linux / Unix OS"
 HOMEPAGE="https://github.com/ibus/ibus/wiki"
@@ -139,7 +139,7 @@ src_test() {
 
 src_install() {
        default
-       prune_libtool_files --modules
+       find "${ED}" -name '*.la' -delete || die
 
        if use python; then
                python_install() {