summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wever <weeve@gentoo.org>2003-08-14 21:57:07 +0000
committerJason Wever <weeve@gentoo.org>2003-08-14 21:57:07 +0000
commit5ef1cae295cdb568383a953365f31153239345e1 (patch)
tree797a8026735e9f629a8360580204c06c5c022036 /net-irc
parentinitial import of grsec sources (diff)
downloadgentoo-2-5ef1cae295cdb568383a953365f31153239345e1.tar.gz
gentoo-2-5ef1cae295cdb568383a953365f31153239345e1.tar.bz2
gentoo-2-5ef1cae295cdb568383a953365f31153239345e1.zip
Changed ~sparc keyword to sparc.
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/xchat/ChangeLog5
-rw-r--r--net-irc/xchat/Manifest4
-rw-r--r--net-irc/xchat/xchat-2.0.3-r1.ebuild4
3 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/xchat/ChangeLog b/net-irc/xchat/ChangeLog
index 47a12df0d73a..b8412272aaa0 100644
--- a/net-irc/xchat/ChangeLog
+++ b/net-irc/xchat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/xchat
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.65 2003/08/14 01:30:26 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/ChangeLog,v 1.66 2003/08/14 21:57:01 weeve Exp $
+
+ 14 Aug 2003; Jason Wever <weeve@gentoo.org> xchat-2.0.3-r1.ebuild:
+ Changed ~sparc keyword to sparc.
13 Aug 2003; Jason Wever <weeve@gentoo.org> xchat-2.0.3-r1.ebuild,
xchat-2.0.4.ebuild:
diff --git a/net-irc/xchat/Manifest b/net-irc/xchat/Manifest
index 963e5e18c6fa..184c1c78d619 100644
--- a/net-irc/xchat/Manifest
+++ b/net-irc/xchat/Manifest
@@ -4,8 +4,8 @@ MD5 849da81b46b8b7ea36a6454227a1f12d xchat-1.8.11.ebuild 2230
MD5 bc68023a361d1a90c51651cc396d6bc3 xchat-2.0.0.ebuild 1929
MD5 b8b48f2cd8a05c37ee506f688b1c5f5b xchat-2.0.1.ebuild 1999
MD5 02f182c540386303cb887a0aacbdfd2c xchat-2.0.2-r2.ebuild 2152
-MD5 ef4f52cee6708be4c3d78d4b5bc7f0c1 xchat-2.0.3-r1.ebuild 1927
-MD5 eba9299858a03cbb36633f2e810cbe4d ChangeLog 9382
+MD5 abb6ce9b6db024b87209f10ee70f0889 xchat-2.0.3-r1.ebuild 1926
+MD5 f3e5efb06bd3a5895bc1b74a96330402 ChangeLog 9487
MD5 49fe65f2f395661cba1e7673ab0bada9 xchat-2.0.4.ebuild 1781
MD5 011b499714e85d4177185aabaeb1db15 files/00_all_tabs-leftright-and-gtk-icons.patch 13367
MD5 7c2450584076659603dc908ffc53b537 files/digest-xchat-1.8.10-r1 65
diff --git a/net-irc/xchat/xchat-2.0.3-r1.ebuild b/net-irc/xchat/xchat-2.0.3-r1.ebuild
index 18d273ce4dbc..9a3ea4d2f4d6 100644
--- a/net-irc/xchat/xchat-2.0.3-r1.ebuild
+++ b/net-irc/xchat/xchat-2.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.3-r1.ebuild,v 1.6 2003/08/14 01:30:27 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/xchat/xchat-2.0.3-r1.ebuild,v 1.7 2003/08/14 21:57:01 weeve Exp $
inherit eutils
@@ -10,7 +10,7 @@ HOMEPAGE="http://www.xchat.org/"
LICENSE="GPL-2"
SLOT="2"
-KEYWORDS="x86 ~ppc ~sparc alpha"
+KEYWORDS="x86 ~ppc sparc alpha"
IUSE="perl tcltk python ssl gtk mmx ipv6 nls"
# Added for to fix a sparc seg fault issue by Jason Wever <weeve@gentoo.org>