diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-05 18:59:57 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-05 18:59:57 +0000 |
commit | 69a048a5bb73cc019c57a5938d469183cd452fcb (patch) | |
tree | fa786a938fcbe07972a32f9e4ec15d7f13f1f6a5 /net-zope | |
parent | Restrict Jython ABIs. (diff) | |
download | gentoo-2-69a048a5bb73cc019c57a5938d469183cd452fcb.tar.gz gentoo-2-69a048a5bb73cc019c57a5938d469183cd452fcb.tar.bz2 gentoo-2-69a048a5bb73cc019c57a5938d469183cd452fcb.zip |
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha6_p21/cvs/Linux x86_64)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope-security/ChangeLog | 6 | ||||
-rw-r--r-- | net-zope/zope-security/zope-security-3.7.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-zope/zope-security/ChangeLog b/net-zope/zope-security/ChangeLog index 0b9b5934431f..efc9416b5f80 100644 --- a/net-zope/zope-security/ChangeLog +++ b/net-zope/zope-security/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/zope-security # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-security/ChangeLog,v 1.7 2010/09/25 18:21:10 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-security/ChangeLog,v 1.8 2010/12/05 18:59:57 arfrever Exp $ + + 05 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + zope-security-3.7.4.ebuild: + Restrict Jython ABIs. *zope-security-3.7.4 (25 Sep 2010) diff --git a/net-zope/zope-security/zope-security-3.7.4.ebuild b/net-zope/zope-security/zope-security-3.7.4.ebuild index a440948b673e..3b40fd24f732 100644 --- a/net-zope/zope-security/zope-security-3.7.4.ebuild +++ b/net-zope/zope-security/zope-security-3.7.4.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/zope-security/zope-security-3.7.4.ebuild,v 1.1 2010/09/25 18:21:10 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-security/zope-security-3.7.4.ebuild,v 1.2 2010/12/05 18:59:57 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils |