diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 02:47:03 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-25 02:47:03 +0000 |
commit | a833a882f2f1261b64f025c283f486eeafb917fc (patch) | |
tree | 06aba7c4ca37444eefbecb27ecb4d0891e4f88f1 /sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild | |
parent | Restricting pypy (diff) | |
download | gentoo-2-a833a882f2f1261b64f025c283f486eeafb917fc.tar.gz gentoo-2-a833a882f2f1261b64f025c283f486eeafb917fc.tar.bz2 gentoo-2-a833a882f2f1261b64f025c283f486eeafb917fc.zip |
Restricting pypy and jython
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild')
-rw-r--r-- | sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild b/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild index 5852caeb5919..6b8311bd22bc 100644 --- a/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild +++ b/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.4 2011/08/21 21:58:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/pyephem/pyephem-3.7.4.1.ebuild,v 1.5 2012/02/25 02:47:03 patrick Exp $ EAPI="2" PYTHON_DEPEND="2:2.5" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.4 3.* *-jython 2.7-pypy-*" DISTUTILS_SRC_TEST="setup.py" inherit distutils eutils @@ -20,7 +21,6 @@ IUSE="doc test" RDEPEND="" DEPEND="doc? ( dev-python/sphinx ) test? ( dev-python/setuptools )" -RESTRICT_PYTHON_ABIS="2.4 3.*" src_prepare() { # don't install rst files |