dev-python/doctest-ignore-unicode: Add pypy support
authorJustin Lecher <jlec@gentoo.org>
Mon, 7 Sep 2015 07:23:41 +0000 (09:23 +0200)
committerJustin Lecher <jlec@gentoo.org>
Mon, 7 Sep 2015 07:33:37 +0000 (09:33 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/doctest-ignore-unicode/doctest-ignore-unicode-0.1.2.ebuild

index 8fb7889f945fa03c350276401a9b36ee3da7cad5..0231f0b0f3fabe67a4a3953f54b7cbc958cdb5cc 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