commit: da0a381690ed5f61cff3c067ab452ca1f9071a4f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 26 10:18:09 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=da0a3816
dev-python/installer: Revert to EAPI 7 to ease bootstrap
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/installer/installer-0.4.0_p20220124.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/installer/installer-0.4.0_p20220124.ebuild
b/dev-python/installer/installer-0.4.0_p20220124.ebuild
index 0dd705d57a43..fc34da60834e 100644
--- a/dev-python/installer/installer-0.4.0_p20220124.ebuild
+++ b/dev-python/installer/installer-0.4.0_p20220124.ebuild
@@ -1,7 +1,8 @@
# Copyright 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_SETUPTOOLS=manual
PYTHON_COMPAT=( python3_{8..10} pypy3 )