diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-08-11 20:16:57 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-08-11 20:16:57 +0000 |
commit | 24fe3fa322a3ad690ecb5b3db6886cc5406875e4 (patch) | |
tree | 37dfa4a96760576b0c8d0650e2363cd5cf5046b9 | |
parent | Fix typos in description; bug #143139 (diff) | |
download | gentoo-2-24fe3fa322a3ad690ecb5b3db6886cc5406875e4.tar.gz gentoo-2-24fe3fa322a3ad690ecb5b3db6886cc5406875e4.tar.bz2 gentoo-2-24fe3fa322a3ad690ecb5b3db6886cc5406875e4.zip |
Stable on sparc wrt #137494
(Portage version: 2.1-r2)
-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 bbdd523a91fe..f97964bf1b15 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.60 2006/08/08 15:59:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.61 2006/08/11 20:16:57 gustavoz Exp $ + + 11 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> pysqlite-2.3.1.ebuild: + Stable on sparc wrt #137494 08 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org> pysqlite-2.3.1.ebuild: Stable on amd64 and x86 wrt bug #118429. diff --git a/dev-python/pysqlite/pysqlite-2.3.1.ebuild b/dev-python/pysqlite/pysqlite-2.3.1.ebuild index c3bce4eba932..e27a0ade76b8 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.6 2006/08/08 15:59:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.1.ebuild,v 1.7 2006/08/11 20:16:57 gustavoz 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="" |