diff options
author | Akinori Hattori <hattya@gentoo.org> | 2018-08-04 22:41:11 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2018-08-04 22:57:31 +0900 |
commit | f9f095d4d65e9621f5fa47f73e272bdbbc597e35 (patch) | |
tree | 79d5afc9a27533295e0e086bb4ab878dfa05ea6c /app-i18n/ibus | |
parent | app-i18n/ibus: allow USE="python -gtk" (diff) | |
download | gentoo-f9f095d4d65e9621f5fa47f73e272bdbbc597e35.tar.gz gentoo-f9f095d4d65e9621f5fa47f73e272bdbbc597e35.tar.bz2 gentoo-f9f095d4d65e9621f5fa47f73e272bdbbc597e35.zip |
app-i18n/ibus: drop ltprune
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-i18n/ibus')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.12.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.16.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.17.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-i18n/ibus/ibus-1.5.12.ebuild b/app-i18n/ibus/ibus-1.5.12.ebuild index ae04fedae737..452f165b7d2f 100644 --- a/app-i18n/ibus/ibus-1.5.12.ebuild +++ b/app-i18n/ibus/ibus-1.5.12.ebuild @@ -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() { diff --git a/app-i18n/ibus/ibus-1.5.16.ebuild b/app-i18n/ibus/ibus-1.5.16.ebuild index e0a88f0bc6a2..9a0c01d902df 100644 --- a/app-i18n/ibus/ibus-1.5.16.ebuild +++ b/app-i18n/ibus/ibus-1.5.16.ebuild @@ -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() { diff --git a/app-i18n/ibus/ibus-1.5.17.ebuild b/app-i18n/ibus/ibus-1.5.17.ebuild index d165c2751832..7c3f41cfe216 100644 --- a/app-i18n/ibus/ibus-1.5.17.ebuild +++ b/app-i18n/ibus/ibus-1.5.17.ebuild @@ -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() { |