app-i18n/ibus: fix failing pkg_postrm issue
authorChristophe Lermytte <gentoo@lermytte.be>
Wed, 23 Nov 2016 21:46:45 +0000 (22:46 +0100)
committerYixun Lan <dlan@gentoo.org>
Wed, 7 Dec 2016 23:26:33 +0000 (07:26 +0800)
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>
app-i18n/ibus/ibus-1.5.5.ebuild
app-i18n/ibus/ibus-1.5.8-r1.ebuild
app-i18n/ibus/ibus-1.5.9-r1.ebuild

index 3fed965844fbf4c19ca140f88f8b92e6f965374a..9aa75bbfc6af070dcb634a7a11865e590ecf3c51 100644 (file)
@@ -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
 }
index 57b1cf57f70826d2209e676b838379e4756eeb81..4a5afd27eb47d1d60204e1b6719d75e79b737b7c 100644 (file)
@@ -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
 }
index 725ef8f6e1e0db8418a31bfece6e4ebfee115b24..37c79d05afa66e7ba21503ea87bf03e46a2506de 100644 (file)
@@ -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
 }