diff options
author | Christophe Lermytte <gentoo@lermytte.be> | 2016-11-23 22:46:45 +0100 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-12-08 07:26:33 +0800 |
commit | 75bc208a0d9ab8cfda6a7746b93e308cfe4dc7b2 (patch) | |
tree | 0e94bcd3de4777ff3b2b991c7e963dcced9ab1b7 /app-i18n | |
parent | media-libs/openjpeg: Security cleanup (bug #594740) (diff) | |
download | gentoo-75bc208a0d9ab8cfda6a7746b93e308cfe4dc7b2.tar.gz gentoo-75bc208a0d9ab8cfda6a7746b93e308cfe4dc7b2.tar.bz2 gentoo-75bc208a0d9ab8cfda6a7746b93e308cfe4dc7b2.zip |
app-i18n/ibus: fix failing pkg_postrm issue
Don't call gnome2_schemas_savelist() from pkg_postrm
See also bug #566956, which fixed this for newer ebuilds,
but 1.5.5 is latest stable on ia64 and sparc.
Gentoo-Bug: 600426, 566956
Closes: https://github.com/gentoo/gentoo/pull/2902
Package-Manager: portage-2.3.2
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ibus-1.5.5.ebuild | 3 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.8-r1.ebuild | 3 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.5.9-r1.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/app-i18n/ibus/ibus-1.5.5.ebuild b/app-i18n/ibus/ibus-1.5.5.ebuild index 3fed965844fb..9aa75bbfc6af 100644 --- a/app-i18n/ibus/ibus-1.5.5.ebuild +++ b/app-i18n/ibus/ibus-1.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -170,6 +170,5 @@ pkg_postrm() { use gtk && gnome2_query_immodules_gtk2 use gtk3 && gnome2_query_immodules_gtk3 use gconf && gnome2_schemas_update - gnome2_schemas_savelist gnome2_icon_cache_update } diff --git a/app-i18n/ibus/ibus-1.5.8-r1.ebuild b/app-i18n/ibus/ibus-1.5.8-r1.ebuild index 57b1cf57f708..4a5afd27eb47 100644 --- a/app-i18n/ibus/ibus-1.5.8-r1.ebuild +++ b/app-i18n/ibus/ibus-1.5.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -170,6 +170,5 @@ pkg_postrm() { use gtk && gnome2_query_immodules_gtk2 use gtk3 && gnome2_query_immodules_gtk3 use gconf && gnome2_schemas_update - gnome2_schemas_savelist gnome2_icon_cache_update } diff --git a/app-i18n/ibus/ibus-1.5.9-r1.ebuild b/app-i18n/ibus/ibus-1.5.9-r1.ebuild index 725ef8f6e1e0..37c79d05afa6 100644 --- a/app-i18n/ibus/ibus-1.5.9-r1.ebuild +++ b/app-i18n/ibus/ibus-1.5.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -186,6 +186,5 @@ pkg_postrm() { use gtk && gnome2_query_immodules_gtk2 use gtk3 && gnome2_query_immodules_gtk3 use gconf && gnome2_schemas_update - gnome2_schemas_savelist gnome2_icon_cache_update } |