From: Justin Lecher Date: Sun, 20 Sep 2015 08:29:21 +0000 (+0200) Subject: dev-python/regendoc: Add pypy3 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1edfcd9438cdee075f4fd86de4077bc3757c7be9;p=gentoo.git dev-python/regendoc: Add pypy3 support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/regendoc/regendoc-0.5.ebuild b/dev-python/regendoc/regendoc-0.5.ebuild index 0d9a187c8499..18882c2b680e 100644 --- a/dev-python/regendoc/regendoc-0.5.ebuild +++ b/dev-python/regendoc/regendoc-0.5.ebuild @@ -4,7 +4,7 @@ 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