summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2005-10-19 13:19:43 +0000
committerFerris McCormick <fmccor@gentoo.org>2005-10-19 13:19:43 +0000
commit031f71a14f7f01cb7827fd7ca43d6db624caf7c8 (patch)
tree0176fb5672d955908605dd42ef00b4157bf6c2d6 /net-irc/xchat
parentAllow compiling against non-WE-18 kernel. (diff)
downloadgentoo-2-031f71a14f7f01cb7827fd7ca43d6db624caf7c8.tar.gz
gentoo-2-031f71a14f7f01cb7827fd7ca43d6db624caf7c8.tar.bz2
gentoo-2-031f71a14f7f01cb7827fd7ca43d6db624caf7c8.zip
Reverting to ~sparc for more testing. On a few systems, under as yet unknown
context, xchat-2.4.5 generates a Bus Error when it tries to connect. Details not yet known. (Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-irc/xchat')
-rw-r--r--net-irc/xchat/ChangeLog7
-rw-r--r--net-irc/xchat/xchat-2.4.5.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 4e4fbdd2ce87..e36a765eb11d 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,11 @@
# 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.176 2005/10/18 08:19:37 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.177 2005/10/19 13:19:43 fmccor Exp $
+
+ 19 Oct 2005; Ferris McCormick <fmccor@gentoo.org> xchat-2.4.5.ebuild:
+ Reverting to ~sparc for more testing. On a few systems, under as yet unknown
+ context, xchat-2.4.5 generates a Bus Error when it tries to connect. Details
+ not yet known.
18 Oct 2005; Luis Medinas <metalgod@gentoo.org> xchat-2.4.5.ebuild:
Marked Stable on amd64.
diff --git a/net-irc/xchat/xchat-2.4.5.ebuild b/net-irc/xchat/xchat-2.4.5.ebuild
index 34582b0504fe..853b1bfa6064 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.6 2005/10/18 08:19:37 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.4.5.ebuild,v 1.7 2005/10/19 13:19:43 fmccor 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>