diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-13 08:41:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-13 08:57:47 +0200 |
commit | 8c50b3b1b827f6e69c796639c0467927aebe9165 (patch) | |
tree | 815ebb8a6007bde61795633e98e42821939e1e45 /dev-python/charset_normalizer | |
parent | dev-python/cffi: Downgrade to EAPI 7 (diff) | |
download | gentoo-8c50b3b1b827f6e69c796639c0467927aebe9165.tar.gz gentoo-8c50b3b1b827f6e69c796639c0467927aebe9165.tar.bz2 gentoo-8c50b3b1b827f6e69c796639c0467927aebe9165.zip |
dev-python/charset_normalizer: Downgrade to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/charset_normalizer')
-rw-r--r-- | dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 f26239f68a02..68c3ead3e5a5 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 |