diff options
author | Ferris McCormick <fmccor@gentoo.org> | 2004-09-07 14:45:28 +0000 |
---|---|---|
committer | Ferris McCormick <fmccor@gentoo.org> | 2004-09-07 14:45:28 +0000 |
commit | 13ec7ba5292617afcae51e4fb84456ad25cdc690 (patch) | |
tree | cb48355d0ede37ad0b6a8b8f456fe823f9be8839 /dev-python | |
parent | version bump. disabled building libjava multilib. this release is masked unti... (diff) | |
download | gentoo-2-13ec7ba5292617afcae51e4fb84456ad25cdc690.tar.gz gentoo-2-13ec7ba5292617afcae51e4fb84456ad25cdc690.tar.bz2 gentoo-2-13ec7ba5292617afcae51e4fb84456ad25cdc690.zip |
Add ~sparc keyword: Works with sqlite-2.8.14.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
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 <fmccor@gentoo.org> 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 <arj@gentoo.org> 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" |