summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2007-07-15 18:53:48 +0000
committerRobert Buchholz <rbu@gentoo.org>2007-07-15 18:53:48 +0000
commitb385333f2cfd582920f508e38a49acfe0b155785 (patch)
tree19b2a2766b88e3d77032a571ccf780934e58c606 /dev-python/pysqlite
parentfix glibc-2.6 fix (diff)
downloadgentoo-2-b385333f2cfd582920f508e38a49acfe0b155785.tar.gz
gentoo-2-b385333f2cfd582920f508e38a49acfe0b155785.tar.bz2
gentoo-2-b385333f2cfd582920f508e38a49acfe0b155785.zip
Adding ~ppc (bug #185160)
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r--dev-python/pysqlite/ChangeLog5
-rw-r--r--dev-python/pysqlite/pysqlite-1.0.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog
index 82039255afcc..dc210260afea 100644
--- a/dev-python/pysqlite/ChangeLog
+++ b/dev-python/pysqlite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pysqlite
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.75 2007/07/07 13:44:32 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.76 2007/07/15 18:53:48 rbu Exp $
+
+ 15 Jul 2007; Robert Buchholz <rbu@gentoo.org> pysqlite-1.0.1.ebuild:
+ Adding ~ppc (bug #185160)
*pysqlite-2.3.4-r1 (07 Jul 2007)
diff --git a/dev-python/pysqlite/pysqlite-1.0.1.ebuild b/dev-python/pysqlite/pysqlite-1.0.1.ebuild
index ff58c04a5252..bd910d01b4fe 100644
--- a/dev-python/pysqlite/pysqlite-1.0.1.ebuild
+++ b/dev-python/pysqlite/pysqlite-1.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v 1.6 2006/09/25 19:56:43 the_paya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v 1.7 2007/07/15 18:53:48 rbu 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="amd64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 sparc x86 ~x86-fbsd ~ppc"
LICENSE="pysqlite"
SLOT="0"