From 13ec7ba5292617afcae51e4fb84456ad25cdc690 Mon Sep 17 00:00:00 2001 From: Ferris McCormick Date: Tue, 7 Sep 2004 14:45:28 +0000 Subject: Add ~sparc keyword: Works with sqlite-2.8.14. --- dev-python/pysqlite/ChangeLog | 6 +++++- dev-python/pysqlite/pysqlite-0.5.1.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-python') diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index f380d84169ea..da15561c41f4 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,10 @@ # 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.17 2004/08/05 23:31:05 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.18 2004/09/07 14:45:28 fmccor Exp $ + + 07 Sep 2004; Ferris McCormick pysqlite-0.5.1.ebuild: + Add ~sparc keyword. Builds and runs tests, examples on sparc with + sqlite-2.8.14. 05 Aug 2004; Anders Rune Jensen pysqlite-0.3.1.ebuild, pysqlite-0.4.1.ebuild, pysqlite-0.4.3.ebuild, pysqlite-0.5.0.ebuild, diff --git a/dev-python/pysqlite/pysqlite-0.5.1.ebuild b/dev-python/pysqlite/pysqlite-0.5.1.ebuild index 9576c668fe75..d5b5832cf34a 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.3 2004/09/03 16:51:04 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.4 2004/09/07 14:45:28 fmccor 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" +KEYWORDS="~x86 ~alpha ~amd64 ppc ~sparc" LICENSE="pysqlite" SLOT="0" -- cgit v1.2.3-65-gdbad