diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-06 18:31:39 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-06 18:31:39 +0000 |
commit | ce9ff4e6309ae57c4ee4aacaf6575c3fcf9218ca (patch) | |
tree | 4bfd35e2f3101828f4952b17764debdfe2f07b88 /dev-vcs | |
parent | ia64/sparc stable wrt #356665 (diff) | |
download | gentoo-2-ce9ff4e6309ae57c4ee4aacaf6575c3fcf9218ca.tar.gz gentoo-2-ce9ff4e6309ae57c4ee4aacaf6575c3fcf9218ca.tar.bz2 gentoo-2-ce9ff4e6309ae57c4ee4aacaf6575c3fcf9218ca.zip |
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha26_p7/cvs/Linux x86_64)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hg-git/hg-git-0.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/hg-git/hg-git-0.2.6.ebuild b/dev-vcs/hg-git/hg-git-0.2.6.ebuild index 82f9a8eacb4e..c4d6b078353d 100644 --- a/dev-vcs/hg-git/hg-git-0.2.6.ebuild +++ b/dev-vcs/hg-git/hg-git-0.2.6.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/dev-vcs/hg-git/hg-git-0.2.6.ebuild,v 1.1 2011/03/06 14:19:35 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hg-git/hg-git-0.2.6.ebuild,v 1.2 2011/03/06 18:31:39 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils |