diff options
author | Mike Gilbert <floppym@gentoo.org> | 2015-08-22 23:08:26 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2015-08-22 23:08:42 -0400 |
commit | e0697d1cb2dc60d40dcfa5bb72ef00a131a6d054 (patch) | |
tree | 0d259ba369a7050368a6d2ad1b5e5c508791bfdc /dev-python/cffi/cffi-1.2.1.ebuild | |
parent | Merge pull 34: Don't install cffi for PyPy (diff) | |
download | gentoo-e0697d1cb2dc60d40dcfa5bb72ef00a131a6d054.tar.gz gentoo-e0697d1cb2dc60d40dcfa5bb72ef00a131a6d054.tar.bz2 gentoo-e0697d1cb2dc60d40dcfa5bb72ef00a131a6d054.zip |
dev-python/cffi: Add warning about pypy
Package-Manager: portage-2.2.20_p134
Diffstat (limited to 'dev-python/cffi/cffi-1.2.1.ebuild')
-rw-r--r-- | dev-python/cffi/cffi-1.2.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 |