diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-06 13:36:19 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-06 13:36:19 +0000 |
commit | 57400377e24cbd1040d967808de20509dd2d0d89 (patch) | |
tree | 377e34a1dd9cf83becf92f58fb527691dd443f65 /net-zope | |
parent | Use EAPI="3". (diff) | |
download | gentoo-2-57400377e24cbd1040d967808de20509dd2d0d89.tar.gz gentoo-2-57400377e24cbd1040d967808de20509dd2d0d89.tar.bz2 gentoo-2-57400377e24cbd1040d967808de20509dd2d0d89.zip |
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/infrae-rest/infrae-rest-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-zope/infrae-rest/infrae-rest-1.0.1.ebuild b/net-zope/infrae-rest/infrae-rest-1.0.1.ebuild index b1dea74fae9f..c28fc7d9ec19 100644 --- a/net-zope/infrae-rest/infrae-rest-1.0.1.ebuild +++ b/net-zope/infrae-rest/infrae-rest-1.0.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/infrae-rest/infrae-rest-1.0.1.ebuild,v 1.1 2010/11/08 14:21:57 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/infrae-rest/infrae-rest-1.0.1.ebuild,v 1.2 2011/04/06 13:36:19 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2:2.6" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" +RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython" inherit distutils |