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: Wed, 28 Aug 2019 12:52:19
Message-Id: 1566996721.5f3cd533a073901f8f745cb638770939a2fd68ed.leio@gentoo
1 commit: 5f3cd533a073901f8f745cb638770939a2fd68ed
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 12:52:01 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 12:52:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3cd533
7
8 x11-libs/gdk-pixbuf: fix emesonargs order after non-maintainer commit
9
10 Package-Manager: Portage-2.3.62, 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 | 2 +-
14 1 file changed, 1 insertion(+), 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 8a883eb57ee..d6594527ccc 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 @@ -63,9 +63,9 @@ src_prepare() {
21 multilib_src_configure() {
22 local emesonargs=(
23 -Dpng=true
24 - -Djasper=false
25 $(meson_use tiff)
26 $(meson_use jpeg)
27 + -Djasper=false
28 $(meson_use X x11)
29 -Dbuiltin_loaders=png
30 -Drelocatable=false