diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-12-17 14:17:43 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-12-17 14:32:26 +0100 |
commit | 7b700b424b861f5c502fc7a9ae441ad620fa1380 (patch) | |
tree | 604a584ae8412a1ea045b5ad01d097e430dd54df /net-misc/vinagre | |
parent | app-misc/workrave: Drop old (diff) | |
download | gentoo-7b700b424b861f5c502fc7a9ae441ad620fa1380.tar.gz gentoo-7b700b424b861f5c502fc7a9ae441ad620fa1380.tar.bz2 gentoo-7b700b424b861f5c502fc7a9ae441ad620fa1380.zip |
net-misc/vinagre: app-text/yelp-tools is needed at build time (#602752 by James Bates)
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-misc/vinagre')
-rw-r--r-- | net-misc/vinagre/vinagre-3.20.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/vinagre/vinagre-3.20.2-r1.ebuild b/net-misc/vinagre/vinagre-3.20.2-r1.ebuild index dc5a5c1cfff0..5cd6ec1fcf6c 100644 --- a/net-misc/vinagre/vinagre-3.20.2-r1.ebuild +++ b/net-misc/vinagre/vinagre-3.20.2-r1.ebuild @@ -36,13 +36,14 @@ RDEPEND=" zeroconf? ( >=net-dns/avahi-0.6.26[dbus,gtk3] ) " DEPEND="${RDEPEND} + $(vala_depend) + app-text/yelp-tools >=dev-lang/perl-5 dev-libs/appstream-glib >=dev-util/intltool-0.50 dev-util/itstool >=sys-devel/gettext-0.17 virtual/pkgconfig - $(vala_depend) gnome-base/gnome-common " |