--- /usr/portage/net-irc/xchat/xchat-2.0.2-r1.ebuild 2003-05-16 18:06:49.000000000 +0200 +++ /home/gdev/xchat-2.0.2-r1.ebuild 2003-05-21 19:01:23.000000000 +0200 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # $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 $ -IUSE="perl tcltk python ssl gtk mmx ipv6" +IUSE="perl tcltk python ssl gtk2 mmx ipv6" S=${WORKDIR}/${P} @@ -19,7 +19,8 @@ perl? ( >=dev-lang/perl-5.6.1 ) ssl? ( >=dev-libs/openssl-0.9.6d ) python? ( dev-lang/python ) - tcltk? ( dev-lang/tcl )" + tcltk? ( dev-lang/tcl ) + gtk2? ( >=x11-libs/gtk+-2.0 virtual/xft )" DEPEND="${RDEPEND} nls? ( >=sys-devel/gettext-0.10.38 )" @@ -27,7 +28,7 @@ src_compile() { local myopts - use gtk \ + use gtk2 \ && myopts="${myopts} --enable-gtkfe" \ || myopts="${myopts} --disable-gtkfe" use ssl \