diff options
author | Sven Blumenstein <bazik@gentoo.org> | 2004-02-26 19:27:33 +0000 |
---|---|---|
committer | Sven Blumenstein <bazik@gentoo.org> | 2004-02-26 19:27:33 +0000 |
commit | 4faf5fbf7c3de133b81063d5032706f5aa6465d3 (patch) | |
tree | 92d11019d27bb25d8454a92e400ea319c83c406d /dev-python/pysqlite | |
parent | Stable on sparc. (diff) | |
download | historical-4faf5fbf7c3de133b81063d5032706f5aa6465d3.tar.gz historical-4faf5fbf7c3de133b81063d5032706f5aa6465d3.tar.bz2 historical-4faf5fbf7c3de133b81063d5032706f5aa6465d3.zip |
Stable on sparc.
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index eb1a6378d117..d1ad2b592f1f 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.11 2004/01/30 01:42:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.12 2004/02/26 19:26:05 bazik Exp $ + + 26 Feb 2004; Sven Blumenstein <bazik@gentoo.org> pysqlite-0.4.3.ebuild: + Stable on sparc. *pysqlite-0.5.0 (30 Jan 2004) diff --git a/dev-python/pysqlite/pysqlite-0.4.3.ebuild b/dev-python/pysqlite/pysqlite-0.4.3.ebuild index d25dd2f82a6c..52f8828a0f34 100644 --- a/dev-python/pysqlite/pysqlite-0.4.3.ebuild +++ b/dev-python/pysqlite/pysqlite-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.3.ebuild,v 1.2 2003/10/08 10:34:09 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.3.ebuild,v 1.3 2004/02/26 19:26:05 bazik Exp $ inherit distutils @@ -9,7 +9,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="mirror://sourceforge/pysqlite/pysqlite-${PV}.tar.gz" HOMEPAGE="http://pysqlite.sourceforge.net/" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc sparc ~alpha" LICENSE="pysqlite" SLOT="0" |