commit: 99ca79c5bf186777603ca1d43b88b1002e6e59a9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 26 10:19:49 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 26 10:51:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ca79c5
dev-python/flit_core: Revert to EAPI 7 to ease bootstrap
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flit_core/flit_core-3.6.0-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/flit_core/flit_core-3.6.0-r2.ebuild
b/dev-python/flit_core/flit_core-3.6.0-r2.ebuild
index 34117bea7e03..760ef222be89 100644
--- a/dev-python/flit_core/flit_core-3.6.0-r2.ebuild
+++ b/dev-python/flit_core/flit_core-3.6.0-r2.ebuild
@@ -1,7 +1,8 @@
# Copyright 2019-2022 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
DISTUTILS_USE_PEP517=standalone
PYTHON_COMPAT=( python3_{8..10} pypy3 )