From fd10c9cf78e8d35cd58e4010aa7552ee07547dc5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sun, 23 Aug 2015 19:33:05 +0200 Subject: [PATCH] dev-python/redis-py: Add pypy3 support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- dev-python/redis-py/redis-py-2.10.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/redis-py/redis-py-2.10.3.ebuild b/dev-python/redis-py/redis-py-2.10.3.ebuild index 505a178f36a8..8a84837fdb6e 100644 --- a/dev-python/redis-py/redis-py-2.10.3.ebuild +++ b/dev-python/redis-py/redis-py-2.10.3.ebuild @@ -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 -- 2.26.2