From: Justin Lecher Date: Wed, 2 Sep 2015 10:41:32 +0000 (+0200) Subject: dev-python/webcolors: Add pypy support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=283473225c8dc6289132ff1ef7ce278368e3283e;p=gentoo.git dev-python/webcolors: Add pypy support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/webcolors/webcolors-1.5.ebuild b/dev-python/webcolors/webcolors-1.5.ebuild index d81e75bebd78..a871da0be8c4 100644 --- a/dev-python/webcolors/webcolors-1.5.ebuild +++ b/dev-python/webcolors/webcolors-1.5.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1