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-ptresource/zope-ptresource-3.9.0.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-ptresource/zope-ptresource-3.9.0.ebuild')
-rw-r--r-- | net-zope/zope-ptresource/zope-ptresource-3.9.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-zope/zope-ptresource/zope-ptresource-3.9.0.ebuild b/net-zope/zope-ptresource/zope-ptresource-3.9.0.ebuild index 6ec7ca93de25..c7df1127fe92 100644 --- a/net-zope/zope-ptresource/zope-ptresource-3.9.0.ebuild +++ b/net-zope/zope-ptresource/zope-ptresource-3.9.0.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-ptresource/zope-ptresource-3.9.0.ebuild,v 1.5 2010/10/30 19:09:18 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-ptresource/zope-ptresource-3.9.0.ebuild,v 1.6 2010/12/05 18:58:30 arfrever Exp $ -EAPI="2" +EAPI="3" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils @@ -25,9 +26,8 @@ RDEPEND="net-zope/zope-browserresource net-zope/zope-publisher" DEPEND="${RDEPEND} dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/${MY_P}" -PYTHON_MODNAME="${PN/-//}" DOCS="CHANGES.txt README.txt" +PYTHON_MODNAME="${PN/-//}" |