summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHasan Khalil <gongloo@gentoo.org>2004-09-10 13:17:36 +0000
committerHasan Khalil <gongloo@gentoo.org>2004-09-10 13:17:36 +0000
commit1cd5b08caef2a7186c493cf003d1c38b3ac12f0a (patch)
tree951c950a824f42e0f5dea308b9595e0295528b34 /dev-python
parentFix SRC_URI. (Manifest recommit) (diff)
downloadgentoo-2-1cd5b08caef2a7186c493cf003d1c38b3ac12f0a.tar.gz
gentoo-2-1cd5b08caef2a7186c493cf003d1c38b3ac12f0a.tar.bz2
gentoo-2-1cd5b08caef2a7186c493cf003d1c38b3ac12f0a.zip
Stable macos.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/pysqlite/ChangeLog5
-rw-r--r--dev-python/pysqlite/pysqlite-0.5.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog
index da15561c41f4..58b86c697285 100644
--- a/dev-python/pysqlite/ChangeLog
+++ b/dev-python/pysqlite/ChangeLog
@@ -1,6 +1,9 @@
# 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.18 2004/09/07 14:45:28 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.19 2004/09/10 13:15:05 gongloo Exp $
+
+ 10 Sep 2004; Hasan Khalil <gongloo@gentoo.org> pysqlite-0.5.1.ebuild:
+ Stable macos.
07 Sep 2004; Ferris McCormick <fmccor@gentoo.org> pysqlite-0.5.1.ebuild:
Add ~sparc keyword. Builds and runs tests, examples on sparc with
diff --git a/dev-python/pysqlite/pysqlite-0.5.1.ebuild b/dev-python/pysqlite/pysqlite-0.5.1.ebuild
index d5b5832cf34a..8624a38e80f1 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.4 2004/09/07 14:45:28 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.5 2004/09/10 13:15:05 gongloo 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 ~sparc"
+KEYWORDS="~x86 ~alpha ~amd64 ppc ~sparc macos"
LICENSE="pysqlite"
SLOT="0"