diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-09-07 13:33:37 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-09-07 13:33:37 +0000 |
commit | d1943aaf0f00acc0748ecb82fecf1f163ecd94a4 (patch) | |
tree | e6448a3f20ee18fc0db767eadd4a5635b7287749 /net-misc/vinagre/vinagre-3.12.2.ebuild | |
parent | Stable for ppc64, wrt bug #522020 (diff) | |
download | gentoo-2-d1943aaf0f00acc0748ecb82fecf1f163ecd94a4.tar.gz gentoo-2-d1943aaf0f00acc0748ecb82fecf1f163ecd94a4.tar.bz2 gentoo-2-d1943aaf0f00acc0748ecb82fecf1f163ecd94a4.zip |
Pull in app-emulation/spice-protocol (#508820 by Alexander Tsoy), drop old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-misc/vinagre/vinagre-3.12.2.ebuild')
-rw-r--r-- | net-misc/vinagre/vinagre-3.12.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/vinagre/vinagre-3.12.2.ebuild b/net-misc/vinagre/vinagre-3.12.2.ebuild index 3212393d233a..ac859e3826e7 100644 --- a/net-misc/vinagre/vinagre-3.12.2.ebuild +++ b/net-misc/vinagre/vinagre-3.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-3.12.2.ebuild,v 1.4 2014/07/23 15:24:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-3.12.2.ebuild,v 1.5 2014/09/07 13:33:37 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -32,7 +32,9 @@ RDEPEND=" avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] ) rdp? ( net-misc/freerdp ) ssh? ( >=x11-libs/vte-0.20:2.90 ) - spice? ( >=net-misc/spice-gtk-0.5[gtk3] ) + spice? ( + app-emulation/spice-protocol + >=net-misc/spice-gtk-0.5[gtk3] ) telepathy? ( dev-libs/dbus-glib >=net-libs/telepathy-glib-0.11.6 ) |