commit: 8c50b3b1b827f6e69c796639c0467927aebe9165
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 06:41:15 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 06:57:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c50b3b1
dev-python/charset_normalizer: Downgrade to EAPI 7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index f26239f68a0..68c3ead3e5a 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.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