diff options
Diffstat (limited to 'dev-python/cffi/cffi-1.5.2.ebuild')
-rw-r--r-- | dev-python/cffi/cffi-1.5.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cffi/cffi-1.5.2.ebuild b/dev-python/cffi/cffi-1.5.2.ebuild index 712e773c25c1..e405b08ddee3 100644 --- a/dev-python/cffi/cffi-1.5.2.ebuild +++ b/dev-python/cffi/cffi-1.5.2.ebuild @@ -6,7 +6,7 @@ EAPI=6 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 |