diff options
author | 2010-11-28 22:15:37 +0000 | |
---|---|---|
committer | 2010-11-28 22:15:37 +0000 | |
commit | d74f6a1b13523c0438fc46e51a385fa48e08c511 (patch) | |
tree | cabbff306d519251dbc1d825becb88a3e9bc37bc /net-zope/extensionclass | |
parent | Restrict Jython ABIs. (diff) | |
download | historical-d74f6a1b13523c0438fc46e51a385fa48e08c511.tar.gz historical-d74f6a1b13523c0438fc46e51a385fa48e08c511.tar.bz2 historical-d74f6a1b13523c0438fc46e51a385fa48e08c511.zip |
Restrict Jython ABIs.
Package-Manager: portage-2.2.0_alpha6/cvs/Linux x86_64
Diffstat (limited to 'net-zope/extensionclass')
-rw-r--r-- | net-zope/extensionclass/ChangeLog | 6 | ||||
-rw-r--r-- | net-zope/extensionclass/extensionclass-2.13.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-zope/extensionclass/ChangeLog b/net-zope/extensionclass/ChangeLog index 0d4fe43fb2e5..29b8b966c0b1 100644 --- a/net-zope/extensionclass/ChangeLog +++ b/net-zope/extensionclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/extensionclass # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/extensionclass/ChangeLog,v 1.9 2010/06/16 22:11:15 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/extensionclass/ChangeLog,v 1.10 2010/11/28 22:10:16 arfrever Exp $ + + 28 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + extensionclass-2.13.2.ebuild: + Restrict Jython ABIs. *extensionclass-2.13.2 (16 Jun 2010) diff --git a/net-zope/extensionclass/extensionclass-2.13.2.ebuild b/net-zope/extensionclass/extensionclass-2.13.2.ebuild index c29c2bf68a6c..eb63855f78c1 100644 --- a/net-zope/extensionclass/extensionclass-2.13.2.ebuild +++ b/net-zope/extensionclass/extensionclass-2.13.2.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/extensionclass/extensionclass-2.13.2.ebuild,v 1.2 2010/10/30 18:10:37 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/extensionclass/extensionclass-2.13.2.ebuild,v 1.3 2010/11/28 22:10:16 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 flag-o-matic |