diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 11:39:35 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 11:39:35 +0000 |
commit | db7c03ac972ce1cf0baea88dca20cd51cf8a191e (patch) | |
tree | 713888cef678ec0393df3975d77d03f0c229d5f1 /dev-python/pysqlite | |
parent | stable on amd64. (Manifest recommit) (diff) | |
download | gentoo-2-db7c03ac972ce1cf0baea88dca20cd51cf8a191e.tar.gz gentoo-2-db7c03ac972ce1cf0baea88dca20cd51cf8a191e.tar.bz2 gentoo-2-db7c03ac972ce1cf0baea88dca20cd51cf8a191e.zip |
stable on amd64.
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index ada24dd98935..5db8747a03b0 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.23 2004/10/10 20:28:40 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.24 2004/10/17 11:39:35 absinthe Exp $ + + 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> pysqlite-0.5.1.ebuild: + stable on amd64. *pysqlite-1.0 (10 Oct 2004) diff --git a/dev-python/pysqlite/pysqlite-0.5.1.ebuild b/dev-python/pysqlite/pysqlite-0.5.1.ebuild index e293a0f308dc..3f8fbbdcb8cf 100644 --- a/dev-python/pysqlite/pysqlite-0.5.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.9 2004/10/10 20:01:03 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.10 2004/10/17 11:39:35 absinthe 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 alpha ~amd64 ppc sparc macos ppc-macos" +KEYWORDS="x86 alpha amd64 ppc sparc macos ppc-macos" LICENSE="pysqlite" SLOT="0" |