commit: 8be74ac5552ab9a6ad880e399ba1cc8c0fbb3078 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Apr 22 07:13:13 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 22 07:15:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be74ac5
dev-python/cffi: Add DISTUTILS_EXT=1 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cffi/cffi-1.15.1-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/cffi/cffi-1.15.1-r2.ebuild b/dev-python/cffi/cffi-1.15.1-r2.ebuild index 21dc45c33234..eab65853b4b3 100644 --- a/dev-python/cffi/cffi-1.15.1-r2.ebuild +++ b/dev-python/cffi/cffi-1.15.1-r2.ebuild @@ -4,6 +4,7 @@ # please keep this ebuild at EAPI 7 -- sys-apps/portage dep EAPI=7 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
