diff options
author | 2020-09-20 16:15:01 +0200 | |
---|---|---|
committer | 2020-09-20 16:15:35 +0200 | |
commit | 90275704a312fdcd928909b4e63499644569d81c (patch) | |
tree | 26f55560f135ed0ad014a9bdd0169ed8371835f6 /dev-python/cffi | |
parent | virtual/python-cffi: Remove python2 (diff) | |
download | gentoo-90275704a312fdcd928909b4e63499644569d81c.tar.gz gentoo-90275704a312fdcd928909b4e63499644569d81c.tar.bz2 gentoo-90275704a312fdcd928909b4e63499644569d81c.zip |
dev-python/cffi: Remove python2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/cffi-1.14.0-r3.ebuild (renamed from dev-python/cffi/cffi-1.14.0-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cffi/cffi-1.14.0-r2.ebuild b/dev-python/cffi/cffi-1.14.0-r3.ebuild index a590138b360b..4a459635cd1e 100644 --- a/dev-python/cffi/cffi-1.14.0-r2.ebuild +++ b/dev-python/cffi/cffi-1.14.0-r3.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,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 toolchain-funcs |