commit: 90275704a312fdcd928909b4e63499644569d81c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 14:15:01 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 14:15:35 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90275704
dev-python/cffi: Remove python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cffi/{cffi-1.14.0-r2.ebuild => cffi-1.14.0-r3.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cffi/cffi-1.14.0-r2.ebuild
b/dev-python/cffi/cffi-1.14.0-r3.ebuild
similarity index 96%
rename from dev-python/cffi/cffi-1.14.0-r2.ebuild
rename to dev-python/cffi/cffi-1.14.0-r3.ebuild
index a590138b360..4a459635cd1 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