summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-24 01:09:05 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-24 01:09:05 +0000
commit287a2c2476eb1e6c68acd9ab855fc3c5b6e1aec8 (patch)
tree6f5423b090214386fc4b9ae5133666b092240a83 /dev-python/pysqlite
parentRestricting python stuff properly (diff)
downloadgentoo-2-287a2c2476eb1e6c68acd9ab855fc3c5b6e1aec8.tar.gz
gentoo-2-287a2c2476eb1e6c68acd9ab855fc3c5b6e1aec8.tar.bz2
gentoo-2-287a2c2476eb1e6c68acd9ab855fc3c5b6e1aec8.zip
Restricting pypy
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r--dev-python/pysqlite/ChangeLog6
-rw-r--r--dev-python/pysqlite/pysqlite-1.0.1.ebuild4
-rw-r--r--dev-python/pysqlite/pysqlite-2.6.3.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog
index 696fd407eb68..b24c4d382a71 100644
--- a/dev-python/pysqlite/ChangeLog
+++ b/dev-python/pysqlite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pysqlite
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.141 2012/01/14 16:42:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.142 2012/02/24 01:09:05 patrick Exp $
+
+ 24 Feb 2012; Patrick Lauer <patrick@gentoo.org> pysqlite-1.0.1.ebuild,
+ pysqlite-2.6.3.ebuild:
+ Restricting pypy
14 Jan 2012; Markus Meier <maekke@gentoo.org> pysqlite-1.0.1.ebuild:
add ~arm, bug #395909
diff --git a/dev-python/pysqlite/pysqlite-1.0.1.ebuild b/dev-python/pysqlite/pysqlite-1.0.1.ebuild
index 4b0857b23e74..bc5e846e1f63 100644
--- a/dev-python/pysqlite/pysqlite-1.0.1.ebuild
+++ b/dev-python/pysqlite/pysqlite-1.0.1.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 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.12 2012/01/14 16:42:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v 1.13 2012/02/24 01:09:05 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit distutils
diff --git a/dev-python/pysqlite/pysqlite-2.6.3.ebuild b/dev-python/pysqlite/pysqlite-2.6.3.ebuild
index ffb1625a24b9..0e151a1d2413 100644
--- a/dev-python/pysqlite/pysqlite-2.6.3.ebuild
+++ b/dev-python/pysqlite/pysqlite-2.6.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.3.ebuild,v 1.7 2011/04/29 18:44:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.6.3.ebuild,v 1.8 2012/02/24 01:09:05 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit distutils