dev-python/contextlib2: add pypy3 to PYTHON_COMPAT

This commit is contained in:
Tim Harder
2017-09-21 00:23:44 -04:00
parent efdce1d270
commit eaba7c1769

View File

@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
inherit distutils-r1