summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-28 22:11:19 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-11-28 22:11:19 +0000
commitb852fa169f3e0ad7f678b75ecb6cbf89fda72d61 (patch)
tree31ca6b977a8ad2a9f65bc9c2416b257f498c2d38 /net-zope
parentRestrict Jython ABIs. (diff)
downloadgentoo-2-b852fa169f3e0ad7f678b75ecb6cbf89fda72d61.tar.gz
gentoo-2-b852fa169f3e0ad7f678b75ecb6cbf89fda72d61.tar.bz2
gentoo-2-b852fa169f3e0ad7f678b75ecb6cbf89fda72d61.zip
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/five-formlib/ChangeLog6
-rw-r--r--net-zope/five-formlib/five-formlib-1.0.3.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/net-zope/five-formlib/ChangeLog b/net-zope/five-formlib/ChangeLog
index bc74a03f2bb7..94773f3680b7 100644
--- a/net-zope/five-formlib/ChangeLog
+++ b/net-zope/five-formlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-zope/five-formlib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/five-formlib/ChangeLog,v 1.4 2010/09/11 21:15:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/five-formlib/ChangeLog,v 1.5 2010/11/28 22:11:19 arfrever Exp $
+
+ 28 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ five-formlib-1.0.3.ebuild:
+ Restrict Jython ABIs.
11 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
five-formlib-1.0.3.ebuild:
diff --git a/net-zope/five-formlib/five-formlib-1.0.3.ebuild b/net-zope/five-formlib/five-formlib-1.0.3.ebuild
index 414cb43d2bb3..11ca62c546e2 100644
--- a/net-zope/five-formlib/five-formlib-1.0.3.ebuild
+++ b/net-zope/five-formlib/five-formlib-1.0.3.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/five-formlib/five-formlib-1.0.3.ebuild,v 1.2 2010/09/11 21:15:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/five-formlib/five-formlib-1.0.3.ebuild,v 1.3 2010/11/28 22:11:19 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
inherit distutils