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

(-)/usr/portage/net-irc/xchat/xchat-2.0.2-r1.ebuild (-3 / +4 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License, v2 or later
2
# Distributed under the terms of the GNU General Public License, v2 or later
3
# $Header: /home/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.2-r1.ebuild,v 1.1 2003/05/16 16:06:49 foser Exp $
3
# $Header: /home/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.2-r1.ebuild,v 1.1 2003/05/16 16:06:49 foser Exp $
4
4
5
IUSE="perl tcltk python ssl gtk mmx ipv6" 
5
IUSE="perl tcltk python ssl gtk2 mmx ipv6" 
6
6
7
S=${WORKDIR}/${P}
7
S=${WORKDIR}/${P}
8
8
Lines 19-25 Link Here
19
	perl?   ( >=dev-lang/perl-5.6.1 )
19
	perl?   ( >=dev-lang/perl-5.6.1 )
20
	ssl?	( >=dev-libs/openssl-0.9.6d ) 
20
	ssl?	( >=dev-libs/openssl-0.9.6d ) 
21
	python? ( dev-lang/python )
21
	python? ( dev-lang/python )
22
	tcltk? ( dev-lang/tcl )"               
22
	tcltk? ( dev-lang/tcl )
23
	gtk2? ( >=x11-libs/gtk+-2.0 virtual/xft )"               
23
24
24
DEPEND="${RDEPEND}
25
DEPEND="${RDEPEND}
25
	nls? ( >=sys-devel/gettext-0.10.38 )"
26
	nls? ( >=sys-devel/gettext-0.10.38 )"
Lines 27-33 Link Here
27
src_compile() {
28
src_compile() {
28
	local myopts
29
	local myopts
29
30
30
	use gtk \
31
	use gtk2 \
31
		&& myopts="${myopts} --enable-gtkfe" \
32
		&& myopts="${myopts} --enable-gtkfe" \
32
		|| myopts="${myopts} --disable-gtkfe"
33
		|| myopts="${myopts} --disable-gtkfe"
33
	use ssl \
34
	use ssl \

Return to bug 21434