diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-09 19:51:50 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-02-09 19:51:50 +0000 |
commit | 19a9e651bac19f0510e93599b8aaed8a98c8657b (patch) | |
tree | 52820cea6c77d6f5c2064bc7900d350fe53060a1 /net-zope | |
parent | Add dep on texlive-metapost, it was lost during the bump to 2010 somehoow... ... (diff) | |
download | gentoo-2-19a9e651bac19f0510e93599b8aaed8a98c8657b.tar.gz gentoo-2-19a9e651bac19f0510e93599b8aaed8a98c8657b.tar.bz2 gentoo-2-19a9e651bac19f0510e93599b8aaed8a98c8657b.zip |
Unrestrict Jython ABIs. dev-python/sqlalchemy has been fixed.
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.1.ebuild b/net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.1.ebuild index 6526eadf2963..c392e2b7d67c 100644 --- a/net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.1.ebuild +++ b/net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.1.ebuild,v 1.1 2011/01/08 22:32:22 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.1.ebuild,v 1.2 2011/02/09 19:51:50 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils |