summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2015-08-22 23:08:26 -0400
committerMike Gilbert <floppym@gentoo.org>2015-08-22 23:08:42 -0400
commite0697d1cb2dc60d40dcfa5bb72ef00a131a6d054 (patch)
tree0d259ba369a7050368a6d2ad1b5e5c508791bfdc /dev-python
parentecfefda85d3f94c3c9dfe6496e1cb6f5bc801da2 (diff)
downloadgentoo-e0697d1cb2dc60d40dcfa5bb72ef00a131a6d054.tar.gz
gentoo-e0697d1cb2dc60d40dcfa5bb72ef00a131a6d054.tar.xz
dev-python/cffi: Add warning about pypy
Package-Manager: portage-2.2.20_p134
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cffi/cffi-1.2.1.ebuild2
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 c39d04a1eef..8d5fda8bff6 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