dev-python/entrypoints: add PyPy and PyPy3 support
authorLouis Sautier <sbraz@gentoo.org>
Fri, 7 Sep 2018 22:50:56 +0000 (00:50 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Fri, 7 Sep 2018 22:51:11 +0000 (00:51 +0200)
Package-Manager: Portage-2.3.48, Repoman-2.3.10

dev-python/entrypoints/entrypoints-0.2.3.ebuild

index 91f760a74f47a9ac46d6c72481fede2b4cbf9cbe..e7ab04f2587c54ae19ed657f6040b9e63789b4d8 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} )
 
 inherit distutils-r1