dev-python/redis-py: Add pypy3 support
authorJustin Lecher <jlec@gentoo.org>
Sun, 23 Aug 2015 17:33:05 +0000 (19:33 +0200)
committerJustin Lecher <jlec@gentoo.org>
Mon, 24 Aug 2015 10:12:03 +0000 (12:12 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/redis-py/redis-py-2.10.3.ebuild

index 505a178f36a81a6fad654704f9e2380ddc472d65..8a84837fdb6edd4dc9519bc9c68ad81607151d6b 100644 (file)
@@ -3,7 +3,8 @@
 # $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