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: Sun, 07 Oct 2018 11:30:05
Message-Id: 1538911781.971678c2a55981dcd23f8fec9707189df00ff9eb.leio@gentoo
1 commit: 971678c2a55981dcd23f8fec9707189df00ff9eb
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 11:28:03 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 11:29:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=971678c2
7
8 x11-libs/gdk-pixbuf: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/667936
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.11.ebuild | 3 ++-
15 x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.12.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.11.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.11.ebuild
19 index 67766b367ca..5cf84878340 100644
20 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.11.ebuild
21 +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.11.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -25,6 +25,7 @@ COMMON_DEPEND="
29 X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
30 "
31 DEPEND="${COMMON_DEPEND}
32 + dev-util/glib-utils
33 >=dev-util/gtk-doc-am-1.20
34 >=sys-devel/gettext-0.19
35 virtual/pkgconfig
36
37 diff --git a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.12.ebuild b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.12.ebuild
38 index 4f8ee189a2f..9778d4bb90d 100644
39 --- a/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.12.ebuild
40 +++ b/x11-libs/gdk-pixbuf/gdk-pixbuf-2.36.12.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -27,6 +27,7 @@ COMMON_DEPEND="
48 X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
49 "
50 DEPEND="${COMMON_DEPEND}
51 + dev-util/glib-utils
52 >=dev-util/gtk-doc-am-1.20
53 >=sys-devel/gettext-0.19
54 virtual/pkgconfig