diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-29 02:25:42 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-29 02:25:42 +0000 |
commit | 9914116539e68948ddcef29e2e1f88f568a999ca (patch) | |
tree | 983eb2ba24f1b216333285de97fddb21c0617620 /net-zope/record/record-2.13.0.ebuild | |
parent | hardened-sources-2.6.36-r3 based on 2.6.36.1 + genpatches + grsecurity-2.2.1-... (diff) | |
download | historical-9914116539e68948ddcef29e2e1f88f568a999ca.tar.gz historical-9914116539e68948ddcef29e2e1f88f568a999ca.tar.bz2 historical-9914116539e68948ddcef29e2e1f88f568a999ca.zip |
Restrict Jython ABIs.
Package-Manager: portage-2.2.0_alpha6/cvs/Linux x86_64
Diffstat (limited to 'net-zope/record/record-2.13.0.ebuild')
-rw-r--r-- | net-zope/record/record-2.13.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-zope/record/record-2.13.0.ebuild b/net-zope/record/record-2.13.0.ebuild index 33b18ae73598..c144e1d494ce 100644 --- a/net-zope/record/record-2.13.0.ebuild +++ b/net-zope/record/record-2.13.0.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/record/record-2.13.0.ebuild,v 1.2 2010/10/30 18:13:41 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/record/record-2.13.0.ebuild,v 1.3 2010/11/29 02:11:19 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" DISTUTILS_SRC_TEST="nosetests" inherit distutils |