--- vinagre-3.4.2.ebuild.old 2012-05-20 07:12:32.000000000 +0200 +++ vinagre-3.4.2.ebuild 2012-09-19 22:50:45.281786179 +0200 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="avahi +ssh spice +telepathy test" +IUSE="avahi +rdp +ssh spice +telepathy test" # cairo used in vinagre-tab # gdk-pixbuf used all over the place @@ -28,6 +28,7 @@ x11-themes/gnome-icon-theme avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] ) + rdp? ( net-misc/rdesktop ) ssh? ( >=x11-libs/vte-0.20:2.90 ) spice? ( >=net-misc/spice-gtk-0.5[gtk3] ) telepathy? ( @@ -52,8 +53,8 @@ G2CONF="${G2CONF} VALAC=$(type -P valac-0.12) --disable-schemas-compile - --enable-rdp $(use_with avahi) + $(use_enable rdp) $(use_enable ssh) $(use_enable spice) $(use_with telepathy)"