From: Justin Lecher Date: Tue, 8 Sep 2015 06:46:06 +0000 (+0200) Subject: dev-python/certifi: Add pypy3 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=beaad6894c8e018fb02bf6578f4b7bc052314ba1;p=gentoo.git dev-python/certifi: Add pypy3 support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/certifi/certifi-2015.04.28.ebuild b/dev-python/certifi/certifi-2015.04.28.ebuild index 9bab36ba3613..1e8ccc5746e8 100644 --- a/dev-python/certifi/certifi-2015.04.28.ebuild +++ b/dev-python/certifi/certifi-2015.04.28.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1