From: Mike Gilbert Date: Sun, 23 Aug 2015 03:08:26 +0000 (-0400) Subject: dev-python/cffi: Add warning about pypy X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0697d1cb2dc60d40dcfa5bb72ef00a131a6d054;p=gentoo.git dev-python/cffi: Add warning about pypy Package-Manager: portage-2.2.20_p134 --- diff --git a/dev-python/cffi/cffi-1.2.1.ebuild b/dev-python/cffi/cffi-1.2.1.ebuild index c39d04a1eef4..8d5fda8bff68 100644 --- a/dev-python/cffi/cffi-1.2.1.ebuild +++ b/dev-python/cffi/cffi-1.2.1.ebuild @@ -4,6 +4,8 @@ EAPI="5" +# DO NOT ADD pypy to PYTHON_COMPAT +# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1