diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-10 20:01:03 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-10-10 20:01:03 +0000 |
commit | 06fff79f1fd8386a9a7f3b91c91148275741c308 (patch) | |
tree | 5bb113f17ca30aa197fdb4778563cfe6d960121e /dev-python/pysqlite | |
parent | Cleanup. (Manifest recommit) (diff) | |
download | gentoo-2-06fff79f1fd8386a9a7f3b91c91148275741c308.tar.gz gentoo-2-06fff79f1fd8386a9a7f3b91c91148275741c308.tar.bz2 gentoo-2-06fff79f1fd8386a9a7f3b91c91148275741c308.zip |
Stable on alpha.
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 d8d83014a81d..54b0efa280d6 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.21 2004/10/03 23:55:23 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.22 2004/10/10 20:01:03 kloeri Exp $ + + 10 Oct 2004; Bryan Østergaard <kloeri@gentoo.org> pysqlite-0.5.1.ebuild: + Stable on alpha. 03 Oct 2004; Anders Rune Jensen <arj@gentoo.org> pysqlite-0.5.1.ebuild: Stable on x86. diff --git a/dev-python/pysqlite/pysqlite-0.5.1.ebuild b/dev-python/pysqlite/pysqlite-0.5.1.ebuild index eec37f240aad..e293a0f308dc 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.8 2004/10/03 23:55:23 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.9 2004/10/10 20:01:03 kloeri 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" |