diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-27 19:17:36 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-27 19:17:36 +0000 |
commit | d8ea6319a92a9d52b017ed39574e325a30d67ea1 (patch) | |
tree | 9eba8fa370d20a8dbb31b65fbf1fd20c6a3ee921 /dev-util/spe | |
parent | old, punt desc for USE hal (diff) | |
download | gentoo-2-d8ea6319a92a9d52b017ed39574e325a30d67ea1.tar.gz gentoo-2-d8ea6319a92a9d52b017ed39574e325a30d67ea1.tar.bz2 gentoo-2-d8ea6319a92a9d52b017ed39574e325a30d67ea1.zip |
Restrict Jython ABIs.
(Portage version: 2.2.0_alpha30_p6/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/spe')
-rw-r--r-- | dev-util/spe/spe-0.8.4h.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/spe/spe-0.8.4h.ebuild b/dev-util/spe/spe-0.8.4h.ebuild index 796272a8507b..0251a424784a 100644 --- a/dev-util/spe/spe-0.8.4h.ebuild +++ b/dev-util/spe/spe-0.8.4h.ebuild @@ -1,10 +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-util/spe/spe-0.8.4h.ebuild,v 1.3 2010/04/26 10:48:59 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/spe/spe-0.8.4h.ebuild,v 1.4 2011/04/27 19:17:36 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils eutils @@ -23,7 +24,6 @@ DEPEND="" RDEPEND=">=dev-python/pychecker-0.8.18 >=dev-python/wxpython-2.6 >=dev-util/wxglade-0.3.2" -RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/spe-${MY_PV}" |