From: Mike Gilbert Date: Sat, 16 Dec 2017 21:18:09 +0000 (-0500) Subject: dev-python/sphinxcontrib-websupport: add pypy{,3} X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=56026c7bfd2cc8f729d65c3ee99057856e3a7331;p=gentoo.git dev-python/sphinxcontrib-websupport: add pypy{,3} Package-Manager: Portage-2.3.19_p1, Repoman-2.3.6_p35 --- diff --git a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild index de32cdd8d0c9..a7742ede4662 100644 --- a/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild +++ b/dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1