diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 17:09:45 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-26 17:09:45 +0000 |
commit | 3fa4e8078989fcb5fd9d60f832b9d9b638352fd7 (patch) | |
tree | 147a8b56a3733eb1b4628ddabfa9484412b8e024 /dev-python/editobj/editobj-0.5.7-r1.ebuild | |
parent | alpha/ia64/sh/sparc stable wrt #334341 (diff) | |
download | historical-3fa4e8078989fcb5fd9d60f832b9d9b638352fd7.tar.gz historical-3fa4e8078989fcb5fd9d60f832b9d9b638352fd7.tar.bz2 historical-3fa4e8078989fcb5fd9d60f832b9d9b638352fd7.zip |
Restrict Jython ABIs.
Package-Manager: portage-2.2.0_alpha10_p8/cvs/Linux x86_64
Diffstat (limited to 'dev-python/editobj/editobj-0.5.7-r1.ebuild')
-rw-r--r-- | dev-python/editobj/editobj-0.5.7-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/editobj/editobj-0.5.7-r1.ebuild b/dev-python/editobj/editobj-0.5.7-r1.ebuild index 91b8d99625dd..8459b5e75f30 100644 --- a/dev-python/editobj/editobj-0.5.7-r1.ebuild +++ b/dev-python/editobj/editobj-0.5.7-r1.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.7-r1.ebuild,v 1.3 2010/04/26 10:50:42 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.7-r1.ebuild,v 1.4 2010/12/26 17:09:45 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" PYTHON_USE_WITH="tk" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" inherit distutils @@ -22,7 +23,6 @@ IUSE="" DEPEND="" RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" S="${WORKDIR}/${MY_P}" |