commit: 56026c7bfd2cc8f729d65c3ee99057856e3a7331
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 21:18:09 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 21:22:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56026c7b
dev-python/sphinxcontrib-websupport: add pypy{,3}
Package-Manager: Portage-2.3.19_p1, Repoman-2.3.6_p35
.../sphinxcontrib-websupport/sphinxcontrib-websupport-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 de32cdd8d0c..a7742ede466 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