commit: b8e14714ac1839b02ba39a150761f4bd9f21c322
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 4 07:12:31 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 4 07:12:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e14714
dev-python/jaraco-context: Revert to EAPI 7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jaraco-context/jaraco-context-4.1.1-r1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/jaraco-context/jaraco-context-4.1.1-r1.ebuild
b/dev-python/jaraco-context/jaraco-context-4.1.1-r1.ebuild
index 1666c383659d..b7f36c26be0e 100644
--- a/dev-python/jaraco-context/jaraco-context-4.1.1-r1.ebuild
+++ b/dev-python/jaraco-context/jaraco-context-4.1.1-r1.ebuild
@@ -1,7 +1,8 @@
# Copyright 1999-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=flit
PYTHON_COMPAT=( python3_{8..10} pypy3 )