diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-08-08 15:59:16 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-08-08 15:59:16 +0000 |
commit | 23e9d6c3777e8bfdbca53b94600024f5bc37cc24 (patch) | |
tree | 6e12cd6ea67cf8bb3dce3fab29f9013de8f8bcc1 /dev-python | |
parent | Stable on amd64 and x86 wrt bug #118429. (diff) | |
download | gentoo-2-23e9d6c3777e8bfdbca53b94600024f5bc37cc24.tar.gz gentoo-2-23e9d6c3777e8bfdbca53b94600024f5bc37cc24.tar.bz2 gentoo-2-23e9d6c3777e8bfdbca53b94600024f5bc37cc24.zip |
Stable on amd64 and x86 wrt bug #118429.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 88ab8359f7bf..bbdd523a91fe 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.59 2006/07/31 15:10:08 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.60 2006/08/08 15:59:16 wolf31o2 Exp $ + + 08 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org> pysqlite-2.3.1.ebuild: + Stable on amd64 and x86 wrt bug #118429. 31 Jul 2006; Tom Gall <tgall@gentoo.org> pysqlite-2.3.1.ebuild: added ~ppc64 diff --git a/dev-python/pysqlite/pysqlite-2.3.1.ebuild b/dev-python/pysqlite/pysqlite-2.3.1.ebuild index d9d27692328f..c3bce4eba932 100644 --- a/dev-python/pysqlite/pysqlite-2.3.1.ebuild +++ b/dev-python/pysqlite/pysqlite-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.1.ebuild,v 1.5 2006/07/31 15:10:08 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.1.ebuild,v 1.6 2006/08/08 15:59:16 wolf31o2 Exp $ inherit distutils @@ -8,7 +8,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="http://initd.org/pub/software/pysqlite/releases/${PV:0:3}/${PV}/pysqlite-${PV}.tar.gz" HOMEPAGE="http://initd.org/tracker/pysqlite/" -KEYWORDS="~alpha ~amd64 ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" LICENSE="pysqlite" SLOT="2" IUSE="" |