Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gtk-vnc/
Date: Fri, 02 Nov 2018 12:54:09
Message-Id: 1541162589.08bd8917bc60da238d56092233430982d3f29b7a.leio@gentoo
1 commit: 08bd8917bc60da238d56092233430982d3f29b7a
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 12:42:09 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 12:43:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08bd8917
7
8 net-libs/gtk-vnc: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/669682
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 net-libs/gtk-vnc/gtk-vnc-0.7.2.ebuild | 3 ++-
15 net-libs/gtk-vnc/gtk-vnc-0.8.0.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/net-libs/gtk-vnc/gtk-vnc-0.7.2.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.7.2.ebuild
19 index 15f91f6c1a7..eaa33056557 100644
20 --- a/net-libs/gtk-vnc/gtk-vnc-0.7.2.ebuild
21 +++ b/net-libs/gtk-vnc/gtk-vnc-0.7.2.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 @@ -34,6 +34,7 @@ RDEPEND="
29 "
30 DEPEND="${RDEPEND}
31 >=dev-lang/perl-5
32 + dev-util/glib-utils
33 >=dev-util/intltool-0.40
34 sys-devel/gettext
35 virtual/pkgconfig
36
37 diff --git a/net-libs/gtk-vnc/gtk-vnc-0.8.0.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.8.0.ebuild
38 index d974182179d..7adbe4ab1f1 100644
39 --- a/net-libs/gtk-vnc/gtk-vnc-0.8.0.ebuild
40 +++ b/net-libs/gtk-vnc/gtk-vnc-0.8.0.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 @@ -37,6 +37,7 @@ RDEPEND="
48 DEPEND="${RDEPEND}
49 ${PYTHON_DEPS}
50 >=dev-lang/perl-5
51 + dev-util/glib-utils
52 >=dev-util/intltool-0.40
53 sys-devel/gettext
54 virtual/pkgconfig