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

Collapse All | Expand All

(-)a/hexchat-2.9.4.ebuild (-6 / +12 lines)
Lines 13-19 Link Here
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux"
15
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux"
16
IUSE="dbus fastscroll +gtk ipv6 libnotify libproxy nls ntlm perl +plugins python spell ssl threads"
16
IUSE_HEXCHAT_PLUGINS="
17
	hexchat_plugins_checksum
18
	hexchat_plugins_doat
19
	hexchat_plugins_fishlim
20
	hexchat_plugins_sysinfo
21
"
22
IUSE="${IUSE_HEXCHAT_PLUGINS} dbus fastscroll +gtk ipv6 libnotify libproxy nls ntlm perl python spell ssl threads"
17
23
18
RDEPEND="dev-libs/glib:2
24
RDEPEND="dev-libs/glib:2
19
	x11-libs/pango
25
	x11-libs/pango
Lines 63-68 Link Here
63
	econf \
69
	econf \
64
		--disable-tcl \
70
		--disable-tcl \
65
		--enable-shm \
71
		--enable-shm \
72
		--enable-plugin \
66
		$(use_enable dbus) \
73
		$(use_enable dbus) \
67
		$(use_enable ipv6) \
74
		$(use_enable ipv6) \
68
		$(use_enable nls) \
75
		$(use_enable nls) \
Lines 74-84 Link Here
74
		$(use_enable gtk gtkfe) \
81
		$(use_enable gtk gtkfe) \
75
		$(use_enable !gtk textfe) \
82
		$(use_enable !gtk textfe) \
76
		$(use_enable fastscroll xft) \
83
		$(use_enable fastscroll xft) \
77
		$(use_enable plugins plugin) \
84
		$(use_enable hexchat_plugins_checksum checksum) \
78
		$(use_enable plugins checksum) \
85
		$(use_enable hexchat_plugins_doat doat) \
79
		$(use_enable plugins doat) \
86
		$(use_enable hexchat_plugins_fishlim fishlim) \
80
		$(use_enable plugins fishlim) \
87
		$(use_enable hexchat_plugins_sysinfo sysinfo) \
81
		$(use_enable plugins sysinfo) \
82
		$(use_enable libproxy) \
88
		$(use_enable libproxy) \
83
		$(use_enable libproxy socks) \
89
		$(use_enable libproxy socks) \
84
		$(use_enable threads)
90
		$(use_enable threads)

Return to bug 461972