diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 09:37:06 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 09:37:06 +0000 |
commit | 12ab57650ea5b8a315551a38885c2aff793cfe84 (patch) | |
tree | d0ea6497479a681252bd5a7f4a15fada69c3a0e1 /dev-python/enable/enable-3.4.0.ebuild | |
parent | Stable for amd64, wrt bug #400439 (diff) | |
download | gentoo-2-12ab57650ea5b8a315551a38885c2aff793cfe84.tar.gz gentoo-2-12ab57650ea5b8a315551a38885c2aff793cfe84.tar.bz2 gentoo-2-12ab57650ea5b8a315551a38885c2aff793cfe84.zip |
Restricting pypy
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/enable/enable-3.4.0.ebuild')
-rw-r--r-- | dev-python/enable/enable-3.4.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/enable/enable-3.4.0.ebuild b/dev-python/enable/enable-3.4.0.ebuild index 078119bc50a9..fa51659f7e2c 100644 --- a/dev-python/enable/enable-3.4.0.ebuild +++ b/dev-python/enable/enable-3.4.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/enable/enable-3.4.0.ebuild,v 1.3 2011/03/27 22:37:11 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/enable/enable-3.4.0.ebuild,v 1.4 2012/02/24 09:37:06 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" DISTUTILS_SRC_TEST="setup.py" inherit distutils eutils virtualx |