summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2012-10-05 14:46:45 +0000
committerMarien Zwart <marienz@gentoo.org>2012-10-05 14:46:45 +0000
commite37255a5749ff154f224cbf4da5dfebebe1b3104 (patch)
tree4001a5d652225b14edc4ed0e2301a95ac8b291a8 /dev-python/twisted-mail
parentBump for Zabbix 2.0.3 (diff)
downloadhistorical-e37255a5749ff154f224cbf4da5dfebebe1b3104.tar.gz
historical-e37255a5749ff154f224cbf4da5dfebebe1b3104.tar.bz2
historical-e37255a5749ff154f224cbf4da5dfebebe1b3104.zip
Restrict pypy in twisted < 11.1.0 (bug #420653).
Package-Manager: portage-2.2.0_alpha135/cvs/Linux x86_64
Diffstat (limited to 'dev-python/twisted-mail')
-rw-r--r--dev-python/twisted-mail/ChangeLog6
-rw-r--r--dev-python/twisted-mail/twisted-mail-10.2.0.ebuild6
-rw-r--r--dev-python/twisted-mail/twisted-mail-11.0.0.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/twisted-mail/ChangeLog b/dev-python/twisted-mail/ChangeLog
index ac86b26769ca..5d4f3c05e678 100644
--- a/dev-python/twisted-mail/ChangeLog
+++ b/dev-python/twisted-mail/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twisted-mail
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.69 2012/09/27 18:16:26 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.70 2012/10/05 14:45:31 marienz Exp $
+
+ 05 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-mail-10.2.0.ebuild,
+ twisted-mail-11.0.0.ebuild:
+ Restrict pypy in twisted < 11.1.0 (bug #420653).
*twisted-mail-12.2.0 (27 Sep 2012)
diff --git a/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild b/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild
index a858c4b870c7..3b42792c960d 100644
--- a/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild
+++ b/dev-python/twisted-mail/twisted-mail-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-mail/twisted-mail-10.2.0.ebuild,v 1.7 2011/01/25 17:05:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild,v 1.8 2012/10/05 14:45:31 marienz Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
MY_PACKAGE="Mail"
inherit twisted versionator
diff --git a/dev-python/twisted-mail/twisted-mail-11.0.0.ebuild b/dev-python/twisted-mail/twisted-mail-11.0.0.ebuild
index 9ea65e02952d..529cbe2770a0 100644
--- a/dev-python/twisted-mail/twisted-mail-11.0.0.ebuild
+++ b/dev-python/twisted-mail/twisted-mail-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-mail/twisted-mail-11.0.0.ebuild,v 1.8 2011/07/17 11:01:05 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-11.0.0.ebuild,v 1.9 2012/10/05 14:45:31 marienz Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
MY_PACKAGE="Mail"
inherit twisted versionator