Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/eog/
Date: Fri, 18 Jan 2019 21:37:14
Message-Id: 1547847331.376b141db2be6e1f60ee436a5f78e547f3f5fced.leio@gentoo
1 commit: 376b141db2be6e1f60ee436a5f78e547f3f5fced
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 18 21:32:03 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 21:35:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376b141d
7
8 media-gfx/eog: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/670518
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 media-gfx/eog/eog-3.24.1.ebuild | 3 ++-
15 media-gfx/eog/eog-3.26.2.ebuild | 3 ++-
16 media-gfx/eog/eog-3.28.4.ebuild | 3 ++-
17 3 files changed, 6 insertions(+), 3 deletions(-)
18
19 diff --git a/media-gfx/eog/eog-3.24.1.ebuild b/media-gfx/eog/eog-3.24.1.ebuild
20 index a8cbe4ce4c9..335c7694153 100644
21 --- a/media-gfx/eog/eog-3.24.1.ebuild
22 +++ b/media-gfx/eog/eog-3.24.1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -36,6 +36,7 @@ RDEPEND="
30 xmp? ( media-libs/exempi:2 )
31 "
32 DEPEND="${RDEPEND}
33 + dev-util/glib-utils
34 >=dev-util/gtk-doc-am-1.16
35 >=dev-util/intltool-0.50.1
36 dev-util/itstool
37
38 diff --git a/media-gfx/eog/eog-3.26.2.ebuild b/media-gfx/eog/eog-3.26.2.ebuild
39 index 08ea37d31c2..a56ef9b214c 100644
40 --- a/media-gfx/eog/eog-3.26.2.ebuild
41 +++ b/media-gfx/eog/eog-3.26.2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -38,6 +38,7 @@ RDEPEND="
49 # libxml2 required for glib-compile-resources
50 DEPEND="${RDEPEND}
51 dev-libs/libxml2:2
52 + dev-util/glib-utils
53 >=dev-util/gtk-doc-am-1.16
54 dev-util/itstool
55 >=sys-devel/gettext-0.19.7
56
57 diff --git a/media-gfx/eog/eog-3.28.4.ebuild b/media-gfx/eog/eog-3.28.4.ebuild
58 index 62df2d95bc4..0ddf7c2999b 100644
59 --- a/media-gfx/eog/eog-3.28.4.ebuild
60 +++ b/media-gfx/eog/eog-3.28.4.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2018 Gentoo Authors
63 +# Copyright 1999-2019 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=6
67 @@ -36,6 +36,7 @@ RDEPEND="
68 "
69 DEPEND="${RDEPEND}
70 gtk-doc? ( >=dev-util/gtk-doc-1.16 )
71 + dev-util/glib-utils
72 dev-util/itstool
73 >=sys-devel/gettext-0.19.7
74 virtual/pkgconfig