diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-12 07:36:53 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-12 07:36:53 +0200 |
commit | 07936b536cc6d53c8ad3137f59b6aa27bf0ca63d (patch) | |
tree | 57ce90eac23eb0420663b55751a6c2a2e9ebcadb /x11-libs/gdk-pixbuf | |
parent | net-wireless/kismetdb: add release (diff) | |
download | gentoo-07936b536cc6d53c8ad3137f59b6aa27bf0ca63d.tar.gz gentoo-07936b536cc6d53c8ad3137f59b6aa27bf0ca63d.tar.bz2 gentoo-07936b536cc6d53c8ad3137f59b6aa27bf0ca63d.zip |
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@gentoo.org>
Diffstat (limited to 'x11-libs/gdk-pixbuf')
-rw-r--r-- | x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 e7196c878bbe..00b13a19cf66 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 |