summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodney Rees <manson@gentoo.org>2002-12-09 04:21:13 +0000
committerRodney Rees <manson@gentoo.org>2002-12-09 04:21:13 +0000
commit205126f5809cc4d940fef0a6158a809ec28307c9 (patch)
tree8a0adbe545e2fa25a1224624ccdf3eacd9e4706a /dev-python/mysql-python
parent12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org (diff)
downloadhistorical-205126f5809cc4d940fef0a6158a809ec28307c9.tar.gz
historical-205126f5809cc4d940fef0a6158a809ec28307c9.tar.bz2
historical-205126f5809cc4d940fef0a6158a809ec28307c9.zip
12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'dev-python/mysql-python')
-rw-r--r--dev-python/mysql-python/ChangeLog5
-rw-r--r--dev-python/mysql-python/mysql-python-0.9.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/mysql-python/ChangeLog b/dev-python/mysql-python/ChangeLog
index d06ba7dffcf4..30f989207eed 100644
--- a/dev-python/mysql-python/ChangeLog
+++ b/dev-python/mysql-python/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-python/mysql-python
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/ChangeLog,v 1.1 2002/11/03 23:32:33 roughneck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/ChangeLog,v 1.2 2002/12/09 04:21:12 manson Exp $
+\* Autoupdate keywords (12-6-02)
+ 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords
+
03 Nov 2002; Nicholas Henke <roughneck@gentoo.org> mysql-python-0.9.2.ebuild,Changelog :
Initial import. Thanks to Thomas Raschbacher <lordvan@lordvan.com> for
diff --git a/dev-python/mysql-python/mysql-python-0.9.2.ebuild b/dev-python/mysql-python/mysql-python-0.9.2.ebuild
index 6a087d1f3f25..7e12ff7ca766 100644
--- a/dev-python/mysql-python/mysql-python-0.9.2.ebuild
+++ b/dev-python/mysql-python/mysql-python-0.9.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-0.9.2.ebuild,v 1.1 2002/11/03 23:32:33 roughneck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-0.9.2.ebuild,v 1.2 2002/12/09 04:21:12 manson Exp $
S=${WORKDIR}/MySQL-python-${PV}
DESCRIPTION="MySQL Module for python"
@@ -13,7 +13,7 @@ DEPEND="virtual/python
>=dev-lang/python-1.5.2
>=dev-db/mysql-3.22.19"
RDEPEND=""
-KEYWORDS="ppc x86 sparc sparc64"
+KEYWORDS="ppc x86 sparc "
IUSE=""
inherit distutils