diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-11-02 14:31:26 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-11-02 14:32:18 +0200 |
commit | 0bb89804a57ff27379e2f0b55b841897bd4b42ac (patch) | |
tree | 44359f32e2d0fca73547cecb0b977e831e016dc5 /net-misc/vino | |
parent | gnome-extra/gucharmap: add explicit build dep on glib-utils (diff) | |
download | gentoo-0bb89804a57ff27379e2f0b55b841897bd4b42ac.tar.gz gentoo-0bb89804a57ff27379e2f0b55b841897bd4b42ac.tar.bz2 gentoo-0bb89804a57ff27379e2f0b55b841897bd4b42ac.zip |
net-misc/vino: add explicit build dep on glib-utils
Closes: https://bugs.gentoo.org/669438
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'net-misc/vino')
-rw-r--r-- | net-misc/vino/vino-3.22.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/vino/vino-3.22.0.ebuild b/net-misc/vino/vino-3.22.0.ebuild index bf21f64eb59d..5e5c68740d17 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 " |