projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecfefda
)
dev-python/cffi: Add warning about pypy
author
Mike Gilbert
<floppym@gentoo.org>
Sun, 23 Aug 2015 03:08:26 +0000
(23:08 -0400)
committer
Mike Gilbert
<floppym@gentoo.org>
Sun, 23 Aug 2015 03:08:42 +0000
(23:08 -0400)
Package-Manager: portage-2.2.20_p134
dev-python/cffi/cffi-1.2.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/cffi/cffi-1.2.1.ebuild
b/dev-python/cffi/cffi-1.2.1.ebuild
index c39d04a1eef47596f7c356dfa7905e8fc64dcb6e..8d5fda8bff688f368bad9c65855f05cc822446a9 100644
(file)
--- 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