diff options
author | Nicholas Henke <roughneck@gentoo.org> | 2002-11-03 19:27:01 +0000 |
---|---|---|
committer | Nicholas Henke <roughneck@gentoo.org> | 2002-11-03 19:27:01 +0000 |
commit | 6426b8513802cb04458303df02d760232e41713d (patch) | |
tree | 3dde497f227712241af528c3bb9953050bedc925 /dev-python | |
parent | updated how examples are installed (diff) | |
download | historical-6426b8513802cb04458303df02d760232e41713d.tar.gz historical-6426b8513802cb04458303df02d760232e41713d.tar.bz2 historical-6426b8513802cb04458303df02d760232e41713d.zip |
added ppc to keywords
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.2.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 41c949a123a2..db5c8f8b9f03 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,14 +1,14 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.2 2002/11/03 19:25:52 roughneck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.3 2002/11/03 19:27:01 roughneck Exp $ *pysqlite-0.2.0-r1 (03 Nov 2002) - 03 Nov 2002; Nicholas Henke <roughneck@gentoo.org> pysqlite-0.2.0-r1.ebuild files/digest-pysqlite-0.2.0-r1: - + 03 Nov 2002; Nicholas Henke <roughneck@gentoo.org> pysqlite-0.2.0-r1.ebuild files/digest-pysqlite-0.2.0-r1:\ old ebuild did not install examples correctly. Thanks to Bardur Arantsson <bardur-gta@odense.kollegienet.dk> for bug fix. - Removed pysqlite-0.2.0.ebuild files/digest-pysqlite-0.2.0 + + Added ppc to keywords *pysqlite-0.2.0 (30 Jul 2002) diff --git a/dev-python/pysqlite/pysqlite-0.2.0-r1.ebuild b/dev-python/pysqlite/pysqlite-0.2.0-r1.ebuild index cae069d3c1e2..b14b1a0a34ef 100644 --- a/dev-python/pysqlite/pysqlite-0.2.0-r1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.2.0-r1.ebuild,v 1.1 2002/11/03 19:25:52 roughneck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.2.0-r1.ebuild,v 1.2 2002/11/03 19:27:01 roughneck Exp $ S="${WORKDIR}/${P}" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.hwaci.com/sw/sqlite/" DEPEND="virtual/python dev-db/sqlite" RDEPEND="" -KEYWORDS="x86 sparc sparc64 alpha" +KEYWORDS="ppc x86 sparc sparc64 alpha" LICENSE="pysqlite" SLOT="0" |