diff options
author | 2012-02-22 09:09:14 +0000 | |
---|---|---|
committer | 2012-02-22 09:09:14 +0000 | |
commit | 2892feb5caccaa973dccefcdaf852acf3548509b (patch) | |
tree | bb2b9a84c8190f5c62c19626b0b8fcebd3d5f144 /dev-python/pycryptopp/pycryptopp-0.5.29.ebuild | |
parent | Restricting python stuff properly (diff) | |
download | gentoo-2-2892feb5caccaa973dccefcdaf852acf3548509b.tar.gz gentoo-2-2892feb5caccaa973dccefcdaf852acf3548509b.tar.bz2 gentoo-2-2892feb5caccaa973dccefcdaf852acf3548509b.zip |
Restricting jython
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pycryptopp/pycryptopp-0.5.29.ebuild')
-rw-r--r-- | dev-python/pycryptopp/pycryptopp-0.5.29.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pycryptopp/pycryptopp-0.5.29.ebuild b/dev-python/pycryptopp/pycryptopp-0.5.29.ebuild index 69c91ba8b849..0c443b2a34da 100644 --- a/dev-python/pycryptopp/pycryptopp-0.5.29.ebuild +++ b/dev-python/pycryptopp/pycryptopp-0.5.29.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/pycryptopp/pycryptopp-0.5.29.ebuild,v 1.2 2012/02/20 14:45:32 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pycryptopp/pycryptopp-0.5.29.ebuild,v 1.3 2012/02/22 09:09:14 patrick Exp $ EAPI="4" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" DISTUTILS_SRC_TEST="setup.py" DISTUTILS_GLOBAL_OPTIONS=("2.*-cpython --disable-embedded-cryptopp") |