diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:32:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-20 14:32:33 +0000 |
commit | c2b773712fe9f3783b0c3d87a3162fc68b73a174 (patch) | |
tree | 02a920439fa6eb6d0d2e14f1f25261020740fe38 /dev-python/twisted-conch/twisted-conch-11.1.0.ebuild | |
parent | Fixing pypy restricts to actually work (diff) | |
download | gentoo-2-c2b773712fe9f3783b0c3d87a3162fc68b73a174.tar.gz gentoo-2-c2b773712fe9f3783b0c3d87a3162fc68b73a174.tar.bz2 gentoo-2-c2b773712fe9f3783b0c3d87a3162fc68b73a174.zip |
Fixing pypy restricts to actually work
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted-conch/twisted-conch-11.1.0.ebuild')
-rw-r--r-- | dev-python/twisted-conch/twisted-conch-11.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild b/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild index 2c110c681225..5e27392d6baa 100644 --- a/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-11.1.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-conch/twisted-conch-11.1.0.ebuild,v 1.1 2011/12/27 06:57:07 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-11.1.0.ebuild,v 1.2 2012/02/20 14:32:33 patrick Exp $ EAPI="4" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-**" MY_PACKAGE="Conch" inherit twisted versionator |