commit: 0bb89804a57ff27379e2f0b55b841897bd4b42ac Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Fri Nov 2 12:31:26 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Fri Nov 2 12:32:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bb89804
net-misc/vino: add explicit build dep on glib-utils Closes: https://bugs.gentoo.org/669438 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 net-misc/vino/vino-3.22.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-misc/vino/vino-3.22.0.ebuild b/net-misc/vino/vino-3.22.0.ebuild index bf21f64eb59..5e5c68740d1 100644 --- a/net-misc/vino/vino-3.22.0.ebuild +++ b/net-misc/vino/vino-3.22.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -45,6 +45,7 @@ RDEPEND=" " DEPEND="${RDEPEND} app-crypt/libsecret + dev-util/glib-utils >=dev-util/intltool-0.50 virtual/pkgconfig "
