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-video/cheese/
Date: Fri, 18 Jan 2019 22:15:23
Message-Id: 1547849698.7254c75ded102ff503d558a51b3b13be04bc2628.leio@gentoo
1 commit: 7254c75ded102ff503d558a51b3b13be04bc2628
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 18 22:14:36 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 22:14:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7254c75d
7
8 media-video/cheese: add explicit build dep on glib-utils
9
10 .. and remove unnecessary yelp-tools dep, which is only needed
11 if eautoreconfing.
12
13 Closes: https://bugs.gentoo.org/673080
14 Package-Manager: Portage-2.3.52, Repoman-2.3.12
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 media-video/cheese/cheese-3.28.0.ebuild | 5 +++--
18 media-video/cheese/cheese-3.30.0.ebuild | 5 +++--
19 2 files changed, 6 insertions(+), 4 deletions(-)
20
21 diff --git a/media-video/cheese/cheese-3.28.0.ebuild b/media-video/cheese/cheese-3.28.0.ebuild
22 index 449a1884018..cdb01a01521 100644
23 --- a/media-video/cheese/cheese-3.28.0.ebuild
24 +++ b/media-video/cheese/cheese-3.28.0.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Authors
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -44,16 +44,17 @@ RDEPEND="${COMMON_DEPEND}
32 # libxml2+gdk-pixbuf required for glib-compile-resources
33 DEPEND="${COMMON_DEPEND}
34 app-text/docbook-xml-dtd:4.3
35 - app-text/yelp-tools
36 dev-libs/appstream-glib
37 dev-libs/libxml2:2
38 dev-libs/libxslt
39 + dev-util/glib-utils
40 >=dev-util/gtk-doc-am-1.14
41 >=dev-util/intltool-0.50
42 dev-util/itstool
43 virtual/pkgconfig
44 x11-base/xorg-proto
45 "
46 +# eautoreconf needs yelp-tools
47
48 src_configure() {
49 gnome2_src_configure \
50
51 diff --git a/media-video/cheese/cheese-3.30.0.ebuild b/media-video/cheese/cheese-3.30.0.ebuild
52 index 31bc873f0bf..2b118686f99 100644
53 --- a/media-video/cheese/cheese-3.30.0.ebuild
54 +++ b/media-video/cheese/cheese-3.30.0.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2018 Gentoo Authors
57 +# Copyright 1999-2019 Gentoo Authors
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=6
61 @@ -44,16 +44,17 @@ RDEPEND="${COMMON_DEPEND}
62 # libxml2+gdk-pixbuf required for glib-compile-resources
63 DEPEND="${COMMON_DEPEND}
64 app-text/docbook-xml-dtd:4.3
65 - app-text/yelp-tools
66 dev-libs/appstream-glib
67 dev-libs/libxml2:2
68 dev-libs/libxslt
69 + dev-util/glib-utils
70 >=dev-util/gtk-doc-am-1.14
71 >=dev-util/intltool-0.50
72 dev-util/itstool
73 virtual/pkgconfig
74 x11-base/xorg-proto
75 "
76 +# eautoreconf needs yelp-tools
77
78 src_configure() {
79 gnome2_src_configure \