From: Justin Lecher Date: Sat, 10 Oct 2015 19:35:10 +0000 (+0200) Subject: dev-python/cryptography: Add pypy3 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=972e0deac325e5cf345086589dafd86836a0e20e;p=gentoo.git dev-python/cryptography: Add pypy3 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild b/dev-python/cryptography/cryptography-1.0.2.ebuild index e7979826cb92..d4483e107054 100644 --- a/dev-python/cryptography/cryptography-1.0.2.ebuild +++ b/dev-python/cryptography/cryptography-1.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 # only works with >=pypy-2.6 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1