commit: b2bb0cd5eb54ff9687e87e815fff93da86f9db3b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Aug 13 06:41:07 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Aug 13 06:57:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bb0cd5
dev-python/cffi: Downgrade to EAPI 7 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/cffi/cffi-1.14.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/cffi/cffi-1.14.6.ebuild b/dev-python/cffi/cffi-1.14.6.ebuild index 52e37d7afcc..d2ca15df50f 100644 --- a/dev-python/cffi/cffi-1.14.6.ebuild +++ b/dev-python/cffi/cffi-1.14.6.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep +EAPI=7 # DO NOT ADD pypy to PYTHON_COMPAT # pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
