From 9eb2135ee3882700997f7d3461640983293af592 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sat, 8 Jul 2006 18:04:43 +0000 Subject: split USE='tcltk' to 'tcl' & 'tk' per bug #17808 (Portage version: 2.1.1_pre2-r6) --- net-irc/xchat/ChangeLog | 7 ++++++- net-irc/xchat/xchat-2.4.3.ebuild | 8 ++++---- net-irc/xchat/xchat-2.4.5-r1.ebuild | 8 ++++---- net-irc/xchat/xchat-2.4.5.ebuild | 8 ++++---- net-irc/xchat/xchat-2.6.1.ebuild | 8 ++++---- net-irc/xchat/xchat-2.6.2.ebuild | 8 ++++---- net-irc/xchat/xchat-2.6.4.ebuild | 8 ++++---- 7 files changed, 30 insertions(+), 25 deletions(-) (limited to 'net-irc') diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index 28fb4ba9d2b0..370abd81df26 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.201 2006/07/05 07:49:16 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.202 2006/07/08 18:04:43 cardoe Exp $ + + 08 Jul 2006; Doug Goldstein xchat-2.4.3.ebuild, + xchat-2.4.5.ebuild, xchat-2.4.5-r1.ebuild, xchat-2.6.1.ebuild, + xchat-2.6.2.ebuild, xchat-2.6.4.ebuild: + split USE='tcltk' to 'tcl' & 'tk' per bug #17808 05 Jul 2006; Markus Ullmann -files/xchat-dccserver-0.5.patch, xchat-2.4.5.ebuild, diff --git a/net-irc/xchat/xchat-2.4.3.ebuild b/net-irc/xchat/xchat-2.4.3.ebuild index 654bcf368e47..12d0a6a1d1e2 100644 --- a/net-irc/xchat/xchat-2.4.3.ebuild +++ b/net-irc/xchat/xchat-2.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.3.ebuild,v 1.16 2006/06/10 03:06:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.3.ebuild,v 1.17 2006/07/08 18:04:43 cardoe Exp $ inherit flag-o-matic eutils versionator @@ -12,14 +12,14 @@ HOMEPAGE="http://www.xchat.org/" LICENSE="GPL-2" SLOT="2" KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" -IUSE="perl tcltk python ssl mmx ipv6 nls xchattext xchatnogtk xchatdccserver" +IUSE="perl tcl python ssl mmx ipv6 nls xchattext xchatnogtk xchatdccserver" RDEPEND=">=dev-libs/glib-2.0.3 !xchatnogtk? ( >=x11-libs/gtk+-2.0.3 ) ssl? ( >=dev-libs/openssl-0.9.6d ) perl? ( >=dev-lang/perl-5.6.1 ) python? ( dev-lang/python ) - tcltk? ( dev-lang/tcl ) + tcl? ( dev-lang/tcl ) !