From: Michał Górny Date: Mon, 25 May 2020 18:59:22 +0000 (+0200) Subject: dev-python/cffi: Port to py3.9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3ebcc0da8404c611c22931c3cd3a286f59281109;p=gentoo.git dev-python/cffi: Port to py3.9 Signed-off-by: Michał Górny --- diff --git a/dev-python/cffi/cffi-1.14.0.ebuild b/dev-python/cffi/cffi-1.14.0.ebuild index e603db86aa4b..6e8b5153b7da 100644 --- a/dev-python/cffi/cffi-1.14.0.ebuild +++ b/dev-python/cffi/cffi-1.14.0.ebuild @@ -6,7 +6,7 @@ EAPI=7 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead. DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) inherit distutils-r1 toolchain-funcs