From 75bc208a0d9ab8cfda6a7746b93e308cfe4dc7b2 Mon Sep 17 00:00:00 2001 From: Christophe Lermytte Date: Wed, 23 Nov 2016 22:46:45 +0100 Subject: 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 --- app-i18n/ibus/ibus-1.5.5.ebuild | 3 +-- app-i18n/ibus/ibus-1.5.8-r1.ebuild | 3 +-- app-i18n/ibus/ibus-1.5.9-r1.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) (limited to 'app-i18n/ibus') 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 } -- cgit v1.2.3-65-gdbad