dev-python/mock: Add pypy3 support
authorJustin Lecher <jlec@gentoo.org>
Tue, 25 Aug 2015 07:32:39 +0000 (09:32 +0200)
committerJustin Lecher <jlec@gentoo.org>
Tue, 25 Aug 2015 08:10:29 +0000 (10:10 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/mock/mock-1.3.0-r1.ebuild

index e7b8f1a1829b02797f88c6920478b6da07c3c562..ccb7911a9f7cff5d49d4ff2b0c9f89ea107d5c5c 100644 (file)
@@ -3,7 +3,8 @@
 # $Id$
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy )
+
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 pypy pypy3 )
 
 inherit distutils-r1