diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-22 20:28:01 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-22 20:28:01 +0000 |
commit | 61bf4e3834c8c5c9fed3aa8c425034b1db47fddf (patch) | |
tree | 31f655fe6cda6ce0c841d9a807ba03c10fd72d46 /dev-python/xsv | |
parent | Restrict Jython ABIs. (diff) | |
download | gentoo-2-61bf4e3834c8c5c9fed3aa8c425034b1db47fddf.tar.gz gentoo-2-61bf4e3834c8c5c9fed3aa8c425034b1db47fddf.tar.bz2 gentoo-2-61bf4e3834c8c5c9fed3aa8c425034b1db47fddf.zip |
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha30_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/xsv')
-rw-r--r-- | dev-python/xsv/xsv-2.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/xsv/xsv-2.7.ebuild b/dev-python/xsv/xsv-2.7.ebuild index 4bbad0ca11c8..20aefda87630 100644 --- a/dev-python/xsv/xsv-2.7.ebuild +++ b/dev-python/xsv/xsv-2.7.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/xsv/xsv-2.7.ebuild,v 1.9 2010/10/31 22:56:22 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/xsv/xsv-2.7.ebuild,v 1.10 2011/04/22 20:28:01 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils |