Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 435552
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- vinagre-3.4.2.ebuild.old    2012-05-20 07:12:32.000000000 +0200
0
++ vinagre-3.4.2.ebuild        2012-09-19 22:50:45.281786179 +0200
Lines 14-20 Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~amd64 ~x86"
16
KEYWORDS="~amd64 ~x86"
17
IUSE="avahi +ssh spice +telepathy test"
17
IUSE="avahi +rdp +ssh spice +telepathy test"
18
18
19
# cairo used in vinagre-tab
19
# cairo used in vinagre-tab
20
# gdk-pixbuf used all over the place
20
# gdk-pixbuf used all over the place
Lines 28-33 Link Here
28
       x11-themes/gnome-icon-theme
28
       x11-themes/gnome-icon-theme
29
29
30
       avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
30
       avahi? ( >=net-dns/avahi-0.6.26[dbus,gtk3] )
31
       rdp? ( net-misc/rdesktop )
31
       ssh? ( >=x11-libs/vte-0.20:2.90 )
32
       ssh? ( >=x11-libs/vte-0.20:2.90 )
32
       spice? ( >=net-misc/spice-gtk-0.5[gtk3] )
33
       spice? ( >=net-misc/spice-gtk-0.5[gtk3] )
33
       telepathy? (
34
       telepathy? (
Lines 52-59 Link Here
52
       G2CONF="${G2CONF}
53
       G2CONF="${G2CONF}
53
               VALAC=$(type -P valac-0.12)
54
               VALAC=$(type -P valac-0.12)
54
               --disable-schemas-compile
55
               --disable-schemas-compile
55
               --enable-rdp
56
               $(use_with avahi)
56
               $(use_with avahi)
57
               $(use_enable rdp)
57
               $(use_enable ssh)
58
               $(use_enable ssh)
58
               $(use_enable spice)
59
               $(use_enable spice)
59
               $(use_with telepathy)"
60
               $(use_with telepathy)"

Return to bug 435552