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-misc/vino/
Date: Fri, 02 Nov 2018 12:54:09
Message-Id: 1541161938.0bb89804a57ff27379e2f0b55b841897bd4b42ac.leio@gentoo
1 commit: 0bb89804a57ff27379e2f0b55b841897bd4b42ac
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 12:31:26 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 12:32:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb89804
7
8 net-misc/vino: add explicit build dep on glib-utils
9
10 Closes: https://bugs.gentoo.org/669438
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 net-misc/vino/vino-3.22.0.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/net-misc/vino/vino-3.22.0.ebuild b/net-misc/vino/vino-3.22.0.ebuild
18 index bf21f64eb59..5e5c68740d1 100644
19 --- a/net-misc/vino/vino-3.22.0.ebuild
20 +++ b/net-misc/vino/vino-3.22.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -45,6 +45,7 @@ RDEPEND="
28 "
29 DEPEND="${RDEPEND}
30 app-crypt/libsecret
31 + dev-util/glib-utils
32 >=dev-util/intltool-0.50
33 virtual/pkgconfig
34 "