commit: e0697d1cb2dc60d40dcfa5bb72ef00a131a6d054
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 03:08:26 2015 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 03:08:42 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0697d1c
dev-python/cffi: Add warning about pypy
Package-Manager: portage-2.2.20_p134
dev-python/cffi/cffi-1.2.1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-python/cffi/cffi-1.2.1.ebuild
b/dev-python/cffi/cffi-1.2.1.ebuild
index c39d04a..8d5fda8 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