diff options
author | Marien Zwart <marienz@gentoo.org> | 2012-10-05 14:44:44 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2012-10-05 14:44:44 +0000 |
commit | c163c5f4b905342d55148de68715226955444966 (patch) | |
tree | 628df9954455fda19688aa668c93b8253ed12685 /dev-python | |
parent | Bump for Zabbix 2.0.3 (diff) | |
download | gentoo-2-c163c5f4b905342d55148de68715226955444966.tar.gz gentoo-2-c163c5f4b905342d55148de68715226955444966.tar.bz2 gentoo-2-c163c5f4b905342d55148de68715226955444966.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')
-rw-r--r-- | dev-python/twisted/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted/twisted-10.2.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/twisted/twisted-11.0.0.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index 135e03cd3ed5..fc5c8a62dc6a 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.156 2012/09/27 18:14:32 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.157 2012/10/05 14:44:44 marienz Exp $ + + 05 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-10.2.0.ebuild, + twisted-11.0.0.ebuild: + Restrict pypy in twisted < 11.1.0 (bug #420653). *twisted-12.2.0 (27 Sep 2012) diff --git a/dev-python/twisted/twisted-10.2.0.ebuild b/dev-python/twisted/twisted-10.2.0.ebuild index 2320359a9729..a8081d6fa366 100644 --- a/dev-python/twisted/twisted-10.2.0.ebuild +++ b/dev-python/twisted/twisted-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/twisted-10.2.0.ebuild,v 1.8 2011/01/25 17:03:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-10.2.0.ebuild,v 1.9 2012/10/05 14:44:44 marienz Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" MY_PACKAGE="Core" inherit eutils twisted versionator diff --git a/dev-python/twisted/twisted-11.0.0.ebuild b/dev-python/twisted/twisted-11.0.0.ebuild index 3bc45a268491..ea17fb33f447 100644 --- a/dev-python/twisted/twisted-11.0.0.ebuild +++ b/dev-python/twisted/twisted-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/twisted-11.0.0.ebuild,v 1.8 2011/07/17 10:57:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-11.0.0.ebuild,v 1.9 2012/10/05 14:44:44 marienz Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" MY_PACKAGE="Core" inherit eutils twisted versionator |