summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2008-03-08 06:31:42 +0000
committerJeroen Roovers <jer@gentoo.org>2008-03-08 06:31:42 +0000
commit879556834e84da5722c65a8c0a5f64238f072182 (patch)
treef1b888a039011ea0814634090aee3a1120c30ea0 /dev-python/pysqlite
parentversion bump (diff)
downloadgentoo-2-879556834e84da5722c65a8c0a5f64238f072182.tar.gz
gentoo-2-879556834e84da5722c65a8c0a5f64238f072182.tar.bz2
gentoo-2-879556834e84da5722c65a8c0a5f64238f072182.zip
Stable for HPPA (bug #212482).
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r--dev-python/pysqlite/ChangeLog5
-rw-r--r--dev-python/pysqlite/pysqlite-2.3.5.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog
index 5a6ae6627f5d..37e862a81ae5 100644
--- a/dev-python/pysqlite/ChangeLog
+++ b/dev-python/pysqlite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pysqlite
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.85 2008/02/05 16:30:20 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.86 2008/03/08 06:31:42 jer Exp $
+
+ 08 Mar 2008; Jeroen Roovers <jer@gentoo.org> pysqlite-2.3.5.ebuild:
+ Stable for HPPA (bug #212482).
*pysqlite-2.4.1 (05 Feb 2008)
diff --git a/dev-python/pysqlite/pysqlite-2.3.5.ebuild b/dev-python/pysqlite/pysqlite-2.3.5.ebuild
index e4e0a55f557b..0eb1a4b33aa2 100644
--- a/dev-python/pysqlite/pysqlite-2.3.5.ebuild
+++ b/dev-python/pysqlite/pysqlite-2.3.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild,v 1.6 2007/12/22 14:19:30 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild,v 1.7 2008/03/08 06:31:42 jer Exp $
NEED_PYTHON=2.3
@@ -10,7 +10,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 ~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"