Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gdk-pixbuf/
Date: Tue, 12 Mar 2019 05:37:11
Message-Id: 1552369013.07936b536cc6d53c8ad3137f59b6aa27bf0ca63d.leio@gentoo
1 commit: 07936b536cc6d53c8ad3137f59b6aa27bf0ca63d
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 05:36:53 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 05:36:53 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07936b53
7
8 x11-libs/gdk-pixbuf: fix missing pixbuf loaders.cache update
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
17 index e7196c878bb..00b13a19cf6 100644
18 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
19 +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.38.1.ebuild
20 @@ -123,7 +123,8 @@ pkg_postinst() {
21 # causes segfault if set, see bug 375615
22 unset __GL_NO_DSO_FINALIZER
23
24 - multilib_foreach_abi xdg_pkg_postinst
25 + xdg_pkg_postinst
26 + multilib_foreach_abi gnome2_gdk_pixbuf_update
27
28 # Migration snippet for when this was handled by gtk+
29 if [ -e "${EROOT}"usr/lib/gtk-2.0/2.*/loaders ]; then