diff options
author | Marien Zwart <marienz@gentoo.org> | 2012-10-05 14:45:03 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2012-10-05 14:45:03 +0000 |
commit | 2bfb6269d64b27fb06978772708a5895249e5382 (patch) | |
tree | f45bbd718592bf92278834ed88ef4106b59986a5 /dev-python/twisted-conch | |
parent | Restrict pypy in twisted < 11.1.0 (bug #420653). (diff) | |
download | gentoo-2-2bfb6269d64b27fb06978772708a5895249e5382.tar.gz gentoo-2-2bfb6269d64b27fb06978772708a5895249e5382.tar.bz2 gentoo-2-2bfb6269d64b27fb06978772708a5895249e5382.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-conch')
-rw-r--r-- | dev-python/twisted-conch/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-10.2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-11.0.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index 1a51e8eb03b9..fc2bc5fe2d92 100644 --- a/dev-python/twisted-conch/ChangeLog +++ b/dev-python/twisted-conch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-conch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.81 2012/09/27 18:15:49 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.82 2012/10/05 14:45:03 marienz Exp $ + + 05 Oct 2012; Marien Zwart <marienz@gentoo.org> twisted-conch-10.2.0.ebuild, + twisted-conch-11.0.0.ebuild: + Restrict pypy in twisted < 11.1.0 (bug #420653). *twisted-conch-12.2.0 (27 Sep 2012) diff --git a/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild b/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild index cdb8c085e8cc..1bd7dd9552ea 100644 --- a/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-10.2.0.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/twisted-conch/twisted-conch-10.2.0.ebuild,v 1.9 2012/02/20 14:32:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-10.2.0.ebuild,v 1.10 2012/10/05 14:45:03 marienz Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" MY_PACKAGE="Conch" inherit twisted versionator diff --git a/dev-python/twisted-conch/twisted-conch-11.0.0.ebuild b/dev-python/twisted-conch/twisted-conch-11.0.0.ebuild index c5001319f77f..6db7f6cc2ee6 100644 --- a/dev-python/twisted-conch/twisted-conch-11.0.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-11.0.0.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/twisted-conch/twisted-conch-11.0.0.ebuild,v 1.9 2012/02/20 14:32:33 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-11.0.0.ebuild,v 1.10 2012/10/05 14:45:03 marienz Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" MY_PACKAGE="Conch" inherit twisted versionator |