Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 246138 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-irc/xchat/xchat-2.8.6-r1.ebuild (-3 / +3 lines)
Lines 12-18 Link Here
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="2"
14
SLOT="2"
15
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
15
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
16
IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk xchatdccserver xft"
16
IUSE="perl dbus tcl python ssl mmx ipv6 libnotify nls spell xchatnogtk xchatdccserver xft"
17
17
18
RDEPEND=">=dev-libs/glib-2.6.0
18
RDEPEND=">=dev-libs/glib-2.6.0
Lines 22-28 Link Here
22
	python? ( >=dev-lang/python-2.2 )
22
	python? ( >=dev-lang/python-2.2 )
23
	tcl? ( dev-lang/tcl )
23
	tcl? ( dev-lang/tcl )
24
	dbus? ( >=dev-libs/dbus-glib-0.71 )
24
	dbus? ( >=dev-libs/dbus-glib-0.71 )
25
	spell? ( app-text/enchant )
25
	spell? ( x11-libs/libsexy )
26
	libnotify? ( x11-libs/libnotify )
26
	libnotify? ( x11-libs/libnotify )
27
	!<net-irc/xchat-gnome-0.9"
27
	!<net-irc/xchat-gnome-0.9"
28
28
Lines 69-75 Link Here
69
		$(use_enable nls) \
69
		$(use_enable nls) \
70
		$(use_enable dbus) \
70
		$(use_enable dbus) \
71
		$(use_enable xft) \
71
		$(use_enable xft) \
72
		$(use_enable spell spell static) \
72
		$(use_enable spell spell libsexy) \
73
		$(use_enable !xchatnogtk gtkfe) \
73
		$(use_enable !xchatnogtk gtkfe) \
74
		|| die "econf failed"
74
		|| die "econf failed"
75
75

Return to bug 246138