summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2017-12-16 16:18:09 -0500
committerMike Gilbert <floppym@gentoo.org>2017-12-16 16:22:10 -0500
commit56026c7bfd2cc8f729d65c3ee99057856e3a7331 (patch)
treeeab284f0ba46c83b2f2f23ea119ddb96e04f97cf /dev-python/sphinxcontrib-websupport
parentdev-python/sqlalchemy: add pypy3 (diff)
downloadgentoo-56026c7bfd2cc8f729d65c3ee99057856e3a7331.tar.gz
gentoo-56026c7bfd2cc8f729d65c3ee99057856e3a7331.tar.bz2
gentoo-56026c7bfd2cc8f729d65c3ee99057856e3a7331.zip
dev-python/sphinxcontrib-websupport: add pypy{,3}
Package-Manager: Portage-2.3.19_p1, Repoman-2.3.6_p35
Diffstat (limited to 'dev-python/sphinxcontrib-websupport')
-rw-r--r--dev-python/sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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