dev-python/colorama: Add pypy3 to satisfy pip

Package-Manager: portage-2.2.20_p40
This commit is contained in:
Mike Gilbert
2015-08-25 19:20:51 -04:00
parent 586d3c9272
commit 892df8a176

View File

@@ -3,7 +3,7 @@
# $Id$
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1