diff options
Diffstat (limited to 'dev-python/pyds9/pyds9-1.3.ebuild')
-rw-r--r-- | dev-python/pyds9/pyds9-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyds9/pyds9-1.3.ebuild b/dev-python/pyds9/pyds9-1.3.ebuild index fd980395c4cf..c08e47eaa857 100644 --- a/dev-python/pyds9/pyds9-1.3.ebuild +++ b/dev-python/pyds9/pyds9-1.3.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.3.ebuild,v 1.2 2012/02/01 02:24:37 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds9/pyds9-1.3.ebuild,v 1.3 2012/02/23 07:19:29 patrick Exp $ EAPI=3 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-* *-jython" inherit distutils multilib |