diff options
author | 2009-05-17 13:39:54 +0000 | |
---|---|---|
committer | 2009-05-17 13:39:54 +0000 | |
commit | 1bbcc52d8f1c4bc0f344dd300f276771ffebdfbf (patch) | |
tree | b76cbc80b50ed4bb9e5f21b17966dcc460003181 /dev-python | |
parent | Remove x86-fbsd keyword for sandbox versions that are known incompatible with... (diff) | |
download | gentoo-2-1bbcc52d8f1c4bc0f344dd300f276771ffebdfbf.tar.gz gentoo-2-1bbcc52d8f1c4bc0f344dd300f276771ffebdfbf.tar.bz2 gentoo-2-1bbcc52d8f1c4bc0f344dd300f276771ffebdfbf.zip |
Stable on alpha, bug #270087
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.5.5.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index e45b3ae10861..8315b5abd5b9 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysqlite -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.89 2009/03/31 20:54:24 patrick Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.90 2009/05/17 13:39:54 klausman Exp $ + + 17 May 2009; Tobias Klausmann <klausman@gentoo.org> pysqlite-2.5.5.ebuild: + Stable on alpha, bug #270087 *pysqlite-2.5.5 (31 Mar 2009) diff --git a/dev-python/pysqlite/pysqlite-2.5.5.ebuild b/dev-python/pysqlite/pysqlite-2.5.5.ebuild index 942e798c384f..1c8d1539a1f2 100644 --- a/dev-python/pysqlite/pysqlite-2.5.5.ebuild +++ b/dev-python/pysqlite/pysqlite-2.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.5.ebuild,v 1.1 2009/03/31 20:54:24 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.5.ebuild,v 1.2 2009/05/17 13:39:54 klausman Exp $ NEED_PYTHON=2.3 @@ -11,7 +11,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="http://oss.itsystementwicklung.de/download/pysqlite/${PV:0:3}/${PV}/pysqlite-${PV}.tar.gz" HOMEPAGE="http://pysqlite.org/" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" LICENSE="pysqlite" SLOT="2" IUSE="examples" |