dev-python/certifi: Add pypy3 support
authorJustin Lecher <jlec@gentoo.org>
Tue, 8 Sep 2015 06:46:06 +0000 (08:46 +0200)
committerJustin Lecher <jlec@gentoo.org>
Tue, 8 Sep 2015 06:59:58 +0000 (08:59 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/certifi/certifi-2015.04.28.ebuild

index 9bab36ba3613387155b5c6cec3984789c2fa3af3..1e8ccc5746e8a618402a0616c2659dc76f4e3360 100644 (file)
@@ -4,7 +4,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
 
 inherit distutils-r1