dev-python/webcolors: Add pypy support
authorJustin Lecher <jlec@gentoo.org>
Wed, 2 Sep 2015 10:41:32 +0000 (12:41 +0200)
committerJustin Lecher <jlec@gentoo.org>
Wed, 2 Sep 2015 11:05:32 +0000 (13:05 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/webcolors/webcolors-1.5.ebuild

index d81e75bebd787b4b56182ef0369d7cac31be75ca..a871da0be8c4f0ddac6ad556461a3797f42d1385 100644 (file)
@@ -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