diff options
author | 2012-08-02 06:43:25 +0000 | |
---|---|---|
committer | 2012-08-02 06:43:25 +0000 | |
commit | 922c06aaef96dc579d11d2e7781f1bcd3b8c0d22 (patch) | |
tree | 5a8dbc2e13b6efdcebec7a5bcb05bac4d1e435c0 /dev-python/polygon/polygon-2.0.4.ebuild | |
parent | marked x86 per bug 418803 (diff) | |
download | gentoo-2-922c06aaef96dc579d11d2e7781f1bcd3b8c0d22.tar.gz gentoo-2-922c06aaef96dc579d11d2e7781f1bcd3b8c0d22.tar.bz2 gentoo-2-922c06aaef96dc579d11d2e7781f1bcd3b8c0d22.zip |
Restricting jython
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/polygon/polygon-2.0.4.ebuild')
-rw-r--r-- | dev-python/polygon/polygon-2.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/polygon/polygon-2.0.4.ebuild b/dev-python/polygon/polygon-2.0.4.ebuild index 79a1b590ffd6..4959a60a7581 100644 --- a/dev-python/polygon/polygon-2.0.4.ebuild +++ b/dev-python/polygon/polygon-2.0.4.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/polygon/polygon-2.0.4.ebuild,v 1.4 2012/06/14 18:46:04 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/polygon-2.0.4.ebuild,v 1.5 2012/08/02 06:43:25 patrick Exp $ EAPI=3 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.5-jython" inherit distutils |