summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-04-13 12:11:46 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-04-13 12:11:46 +0000
commit0837be971d8df8acac5ed584c2bbf00c92a19ad3 (patch)
tree82a3bfb7b43e9ea7bf6dc37f2590990fe1c30d33 /dev-python/pysqlite
parentRestrict test, as the test suite is not shipped, #314973 (diff)
downloadhistorical-0837be971d8df8acac5ed584c2bbf00c92a19ad3.tar.gz
historical-0837be971d8df8acac5ed584c2bbf00c92a19ad3.tar.bz2
historical-0837be971d8df8acac5ed584c2bbf00c92a19ad3.zip
stable x86, bug 313159
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r--dev-python/pysqlite/ChangeLog6
-rw-r--r--dev-python/pysqlite/pysqlite-2.6.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog
index fe1762b6f99e..75e1701ae011 100644
--- a/dev-python/pysqlite/ChangeLog
+++ b/dev-python/pysqlite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pysqlite
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.118 2010/04/08 22:40:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.119 2010/04/13 12:11:46 fauli Exp $
+
+ 13 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
+ pysqlite-2.6.0.ebuild:
+ stable x86, bug 313159
08 Apr 2010; Jeroen Roovers <jer@gentoo.org> pysqlite-2.6.0.ebuild:
Stable for HPPA (bug #313159).
diff --git a/dev-python/pysqlite/pysqlite-2.6.0.ebuild b/dev-python/pysqlite/pysqlite-2.6.0.ebuild
index 783ffa15ab1f..40bcd7da462a 100644
--- a/dev-python/pysqlite/pysqlite-2.6.0.ebuild
+++ b/dev-python/pysqlite/pysqlite-2.6.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.3 2010/04/08 22:40:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.0.ebuild,v 1.4 2010/04/13 12:11:46 fauli Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@ SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="pysqlite"
SLOT="2"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="examples"
DEPEND=">=dev-db/sqlite-3.1"