diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-03-10 13:48:58 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-03-10 13:48:58 +0000 |
commit | 94fa57bbe7b8df87f033ac3c650969a3f0cd3759 (patch) | |
tree | 14e8edb581ebcddeded8aa9616968b659037fd3d /dev-python/sphinx/sphinx-1.0.7.ebuild | |
parent | Version bump. Thanks Dmitry Dzhus (bug #398807) (diff) | |
download | historical-94fa57bbe7b8df87f033ac3c650969a3f0cd3759.tar.gz historical-94fa57bbe7b8df87f033ac3c650969a3f0cd3759.tar.bz2 historical-94fa57bbe7b8df87f033ac3c650969a3f0cd3759.zip |
Restrict pypy as dev-python/jinja doesn't support it
Package-Manager: portage-2.2.0_alpha90/cvs/Linux x86_64
Diffstat (limited to 'dev-python/sphinx/sphinx-1.0.7.ebuild')
-rw-r--r-- | dev-python/sphinx/sphinx-1.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx/sphinx-1.0.7.ebuild b/dev-python/sphinx/sphinx-1.0.7.ebuild index 6aeec7d88cd2..31fa5cd08034 100644 --- a/dev-python/sphinx/sphinx-1.0.7.ebuild +++ b/dev-python/sphinx/sphinx-1.0.7.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.0.7.ebuild,v 1.9 2012/02/20 14:19:23 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.0.7.ebuild,v 1.10 2012/03/10 13:48:58 jlec Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.7-pypy-*" DISTUTILS_SRC_TEST="nosetests" inherit distutils |