diff options
Diffstat (limited to 'dev-python/sphinx/sphinx-1.1.2.ebuild')
-rw-r--r-- | dev-python/sphinx/sphinx-1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx/sphinx-1.1.2.ebuild b/dev-python/sphinx/sphinx-1.1.2.ebuild index dfae596752a0..ee3efb077109 100644 --- a/dev-python/sphinx/sphinx-1.1.2.ebuild +++ b/dev-python/sphinx/sphinx-1.1.2.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.1.2.ebuild,v 1.2 2012/02/20 14:19:23 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.2.ebuild,v 1.3 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 |