diff options
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 |