diff options
author | 2010-12-05 19:07:09 +0000 | |
---|---|---|
committer | 2010-12-05 19:07:09 +0000 | |
commit | 181bb5671cb5a096e67fef763423c75860024439 (patch) | |
tree | 6baa1fd4ba8b6c4d12e8454c993e3d82f27a5928 /net-zope/zope-proxy/zope-proxy-3.6.1.ebuild | |
parent | commit correct ebuild (diff) | |
download | historical-181bb5671cb5a096e67fef763423c75860024439.tar.gz historical-181bb5671cb5a096e67fef763423c75860024439.tar.bz2 historical-181bb5671cb5a096e67fef763423c75860024439.zip |
Restrict Jython ABIs.
Package-Manager: portage-2.2.0_alpha6_p21/cvs/Linux x86_64
Diffstat (limited to 'net-zope/zope-proxy/zope-proxy-3.6.1.ebuild')
-rw-r--r-- | net-zope/zope-proxy/zope-proxy-3.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-zope/zope-proxy/zope-proxy-3.6.1.ebuild b/net-zope/zope-proxy/zope-proxy-3.6.1.ebuild index ee4050b8a59e..62a62e99b15f 100644 --- a/net-zope/zope-proxy/zope-proxy-3.6.1.ebuild +++ b/net-zope/zope-proxy/zope-proxy-3.6.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-proxy/zope-proxy-3.6.1.ebuild,v 1.2 2010/10/30 19:08:45 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-proxy/zope-proxy-3.6.1.ebuild,v 1.3 2010/12/05 18:58:11 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" DISTUTILS_SRC_TEST="setup.py" inherit distutils |