diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-22 20:27:03 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-22 20:27:03 +0000 |
commit | aa751a59cb878291aab0d6a72019757d7382fc3d (patch) | |
tree | bccc5b20dae1175c0ddb4bc803a7d5803cf0dc97 /dev-python/pyltxml | |
parent | Return 0 with success wrt #364511 by Łukasz Stelmach. (diff) | |
download | gentoo-2-aa751a59cb878291aab0d6a72019757d7382fc3d.tar.gz gentoo-2-aa751a59cb878291aab0d6a72019757d7382fc3d.tar.bz2 gentoo-2-aa751a59cb878291aab0d6a72019757d7382fc3d.zip |
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha30_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyltxml')
-rw-r--r-- | dev-python/pyltxml/pyltxml-1.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyltxml/pyltxml-1.3-r1.ebuild b/dev-python/pyltxml/pyltxml-1.3-r1.ebuild index a691080dcef3..0ef9042525bf 100644 --- a/dev-python/pyltxml/pyltxml-1.3-r1.ebuild +++ b/dev-python/pyltxml/pyltxml-1.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyltxml/pyltxml-1.3-r1.ebuild,v 1.6 2010/10/31 22:39:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyltxml/pyltxml-1.3-r1.ebuild,v 1.7 2011/04/22 20:27:03 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils |