commit: 2c68bdf324fa899a3909e95f95d8fff873aa156f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 06:34:20 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 06:59:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c68bdf3
dev-python/tomli: Revert to EAPI 7 for Portage
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/tomli/tomli-1.2.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/tomli/tomli-1.2.1.ebuild
b/dev-python/tomli/tomli-1.2.1.ebuild
index f30a01a6ebc..f682c45cb22 100644
--- a/dev-python/tomli/tomli-1.2.1.ebuild
+++ b/dev-python/tomli/tomli-1.2.1.ebuild
@@ -1,7 +1,8 @@
# Copyright 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
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1