diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-10-13 14:58:57 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-10-13 14:58:57 +0000 |
commit | 73f6d7ef0b18f9fe885e814a78723df92d7c1b7b (patch) | |
tree | 63bfe7c5b1d7b17a54f04e2a5e32594b7480740b /net-irc | |
parent | Version bump. Closes bug #107464, thx to Andy Blyler for reporting. (diff) | |
download | gentoo-2-73f6d7ef0b18f9fe885e814a78723df92d7c1b7b.tar.gz gentoo-2-73f6d7ef0b18f9fe885e814a78723df92d7c1b7b.tar.bz2 gentoo-2-73f6d7ef0b18f9fe885e814a78723df92d7c1b7b.zip |
Stable on x86.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/xchat/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/xchat/xchat-2.4.5.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog index b9b733ca3807..294b5e34df22 100644 --- a/net-irc/xchat/ChangeLog +++ b/net-irc/xchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/xchat # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.171 2005/10/13 14:46:17 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.172 2005/10/13 14:58:57 swegener Exp $ + + 13 Oct 2005; Sven Wegener <swegener@gentoo.org> xchat-2.4.5.ebuild: + Stable on x86. *xchat-2.5.0_pre20051013 (13 Oct 2005) diff --git a/net-irc/xchat/xchat-2.4.5.ebuild b/net-irc/xchat/xchat-2.4.5.ebuild index 5011cd55d545..4dca0fcf07f5 100644 --- a/net-irc/xchat/xchat-2.4.5.ebuild +++ b/net-irc/xchat/xchat-2.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.5.ebuild,v 1.1 2005/09/12 00:22:04 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.5.ebuild,v 1.2 2005/10/13 14:58:57 swegener Exp $ inherit flag-o-matic eutils versionator @@ -11,7 +11,7 @@ HOMEPAGE="http://www.xchat.org/" LICENSE="GPL-2" SLOT="2" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="perl tcltk python ssl mmx ipv6 nls xchattext xchatnogtk xchatdccserver" # Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org> @@ -24,7 +24,7 @@ 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 ) + python? ( >=dev-lang/python-2.2 ) tcltk? ( dev-lang/tcl ) !net-irc/xchat-gnome" |