commit: 07936b536cc6d53c8ad3137f59b6aa27bf0ca63d
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 05:36:53 2019 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 05:36:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07936b53
x11-libs/gdk-pixbuf: fix missing pixbuf loaders.cache update
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
index e7196c878bb..00b13a19cf6 100644
--- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
+++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
@@ -123,7 +123,8 @@ pkg_postinst() {
# causes segfault if set, see bug 375615
unset __GL_NO_DSO_FINALIZER
- multilib_foreach_abi xdg_pkg_postinst
+ xdg_pkg_postinst
+ multilib_foreach_abi gnome2_gdk_pixbuf_update
# Migration snippet for when this was handled by gtk+
if [ -e "${EROOT}"usr/lib/gtk-2.0/2.*/loaders ]; then