dev-python/cffi: Add warning about pypy

Package-Manager: portage-2.2.20_p134
This commit is contained in:
Mike Gilbert 2015-08-22 23:08:26 -04:00
parent ecfefda85d
commit e0697d1cb2
No known key found for this signature in database
GPG Key ID: 471BE733EF291A3F

View File

@ -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