dev-python/strict-rfc3339: Add pypy support
authorJustin Lecher <jlec@gentoo.org>
Wed, 2 Sep 2015 10:42:31 +0000 (12:42 +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/strict-rfc3339/strict-rfc3339-0.6.ebuild

index 2abdefb0225eb8cb0400d777fa7298df6dae5f7f..918c3169b008af54e13c42d31103759b6c3c625d 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