summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2012-10-05 14:45:58 +0000
committerMarien Zwart <marienz@gentoo.org>2012-10-05 14:45:58 +0000
commit4f7188a0a3e5020b972a3a3e3c1e80c1dad12ae7 (patch)
tree1253ac3b36da6b3f2eeda731de17d02805ecdb24 /dev-python/twisted-news
parentRestrict pypy in twisted < 11.1.0 (bug #420653). (diff)
downloadgentoo-2-4f7188a0a3e5020b972a3a3e3c1e80c1dad12ae7.tar.gz
gentoo-2-4f7188a0a3e5020b972a3a3e3c1e80c1dad12ae7.tar.bz2
gentoo-2-4f7188a0a3e5020b972a3a3e3c1e80c1dad12ae7.zip
Restrict pypy in twisted < 11.1.0 (bug #420653).
(Portage version: 2.2.0_alpha135/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted-news')
-rw-r--r--dev-python/twisted-news/ChangeLog6
-rw-r--r--dev-python/twisted-news/twisted-news-10.2.0.ebuild6
-rw-r--r--dev-python/twisted-news/twisted-news-11.0.0.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/twisted-news/ChangeLog b/dev-python/twisted-news/ChangeLog
index fb42a82d50a6..a0578a3c97fa 100644
--- a/dev-python/twisted-news/ChangeLog
+++ b/dev-python/twisted-news/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twisted-news
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.56 2012/09/27 18:17:04 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/ChangeLog,v 1.57 2012/10/05 14:45:58 marienz Exp $
+
+ 05 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-news-10.2.0.ebuild,
+ twisted-news-11.0.0.ebuild:
+ Restrict pypy in twisted < 11.1.0 (bug #420653).
*twisted-news-12.2.0 (27 Sep 2012)
diff --git a/dev-python/twisted-news/twisted-news-10.2.0.ebuild b/dev-python/twisted-news/twisted-news-10.2.0.ebuild
index b90e15d67b37..6576eb5ec10c 100644
--- a/dev-python/twisted-news/twisted-news-10.2.0.ebuild
+++ b/dev-python/twisted-news/twisted-news-10.2.0.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/twisted-news/twisted-news-10.2.0.ebuild,v 1.6 2011/01/21 08:32:19 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-10.2.0.ebuild,v 1.7 2012/10/05 14:45:58 marienz Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
MY_PACKAGE="News"
inherit twisted versionator
diff --git a/dev-python/twisted-news/twisted-news-11.0.0.ebuild b/dev-python/twisted-news/twisted-news-11.0.0.ebuild
index fe5d1d2115c7..7db863d2eeda 100644
--- a/dev-python/twisted-news/twisted-news-11.0.0.ebuild
+++ b/dev-python/twisted-news/twisted-news-11.0.0.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/twisted-news/twisted-news-11.0.0.ebuild,v 1.6 2011/07/17 11:03:08 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-news/twisted-news-11.0.0.ebuild,v 1.7 2012/10/05 14:45:58 marienz Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
MY_PACKAGE="News"
inherit twisted versionator