diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-04-15 13:54:28 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-15 13:58:55 +0300 |
commit | a075f800f230ed5471cfcde6ef365c8952dae320 (patch) | |
tree | e77df561e803e3efe745c4b58b9b8408cbe26178 /net-misc | |
parent | gnome-extra/gnome-boxes: adapt for gtk-vnc&spice-gtk gtk3 USE removal (diff) | |
download | gentoo-a075f800f230ed5471cfcde6ef365c8952dae320.tar.gz gentoo-a075f800f230ed5471cfcde6ef365c8952dae320.tar.bz2 gentoo-a075f800f230ed5471cfcde6ef365c8952dae320.zip |
net-misc/vinagre: adapt for future gtk-vnc&spice-gtk gtk3 USE removal
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/vinagre/vinagre-3.22.0-r3.ebuild (renamed from net-misc/vinagre/vinagre-3.22.0-r2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/vinagre/vinagre-3.22.0-r2.ebuild b/net-misc/vinagre/vinagre-3.22.0-r3.ebuild index 3cc3baa9c52b..c35cb1fa332a 100644 --- a/net-misc/vinagre/vinagre-3.22.0-r2.ebuild +++ b/net-misc/vinagre/vinagre-3.22.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ RDEPEND=" >=x11-libs/gtk+-3.9.6:3 app-crypt/libsecret >=dev-libs/libxml2-2.6.31:2 - >=net-libs/gtk-vnc-0.4.3[gtk3] + >=net-libs/gtk-vnc-0.4.3[gtk3(+)] x11-libs/cairo:= x11-libs/gdk-pixbuf:2 x11-themes/hicolor-icon-theme @@ -28,7 +28,7 @@ RDEPEND=" ssh? ( >=x11-libs/vte-0.20:2.91 ) spice? ( app-emulation/spice-protocol - >=net-misc/spice-gtk-0.5[gtk3] ) + >=net-misc/spice-gtk-0.5[gtk3(+)] ) telepathy? ( dev-libs/dbus-glib >=net-libs/telepathy-glib-0.11.6 ) |