diff options
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}" |