summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-20 15:14:25 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-20 15:14:25 +0000
commitb748428c7727b6b925a61028da5f78c3218f86e2 (patch)
tree25b0ceed1c49367fe7f111ff97e1cf620233472a /dev-python/webpy
parentRestricting pypy #404007 (diff)
downloadgentoo-2-b748428c7727b6b925a61028da5f78c3218f86e2.tar.gz
gentoo-2-b748428c7727b6b925a61028da5f78c3218f86e2.tar.bz2
gentoo-2-b748428c7727b6b925a61028da5f78c3218f86e2.zip
Restricting pypy #403839
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/webpy')
-rw-r--r--dev-python/webpy/ChangeLog6
-rw-r--r--dev-python/webpy/webpy-0.34.ebuild6
-rw-r--r--dev-python/webpy/webpy-0.36.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/webpy/ChangeLog b/dev-python/webpy/ChangeLog
index 0baca4803b31..267d5ec6cc9f 100644
--- a/dev-python/webpy/ChangeLog
+++ b/dev-python/webpy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/webpy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.22 2012/02/17 16:42:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/ChangeLog,v 1.23 2012/02/20 15:14:25 patrick Exp $
+
+ 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> webpy-0.34.ebuild,
+ webpy-0.36.ebuild:
+ Restricting pypy #403839
17 Feb 2012; Jeroen Roovers <jer@gentoo.org> webpy-0.36.ebuild:
Stable for HPPA (bug #400341).
diff --git a/dev-python/webpy/webpy-0.34.ebuild b/dev-python/webpy/webpy-0.34.ebuild
index 3772304beb3e..b6bbc1d23a61 100644
--- a/dev-python/webpy/webpy-0.34.ebuild
+++ b/dev-python/webpy/webpy-0.34.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 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/webpy/webpy-0.34.ebuild,v 1.5 2010/08/02 14:59:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.34.ebuild,v 1.6 2012/02/20 15:14:25 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
inherit distutils
diff --git a/dev-python/webpy/webpy-0.36.ebuild b/dev-python/webpy/webpy-0.36.ebuild
index c31c293d53e9..9f0ab8ba8b9e 100644
--- a/dev-python/webpy/webpy-0.36.ebuild
+++ b/dev-python/webpy/webpy-0.36.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/webpy/webpy-0.36.ebuild,v 1.3 2012/02/17 16:42:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/webpy/webpy-0.36.ebuild,v 1.4 2012/02/20 15:14:25 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*"
inherit distutils