diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-01-26 11:19:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-01-26 11:51:44 +0100 |
commit | 99ca79c5bf186777603ca1d43b88b1002e6e59a9 (patch) | |
tree | 95742f133dfce728abe7d3d76fe3c9f5dc49b90c /dev-python/flit_core | |
parent | dev-python/installer: Revert to EAPI 7 to ease bootstrap (diff) | |
download | gentoo-99ca79c5bf186777603ca1d43b88b1002e6e59a9.tar.gz gentoo-99ca79c5bf186777603ca1d43b88b1002e6e59a9.tar.bz2 gentoo-99ca79c5bf186777603ca1d43b88b1002e6e59a9.zip |
dev-python/flit_core: Revert to EAPI 7 to ease bootstrap
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flit_core')
-rw-r--r-- | dev-python/flit_core/flit_core-3.6.0-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/flit_core/flit_core-3.6.0-r2.ebuild b/dev-python/flit_core/flit_core-3.6.0-r2.ebuild index 34117bea7e03..760ef222be89 100644 --- a/dev-python/flit_core/flit_core-3.6.0-r2.ebuild +++ b/dev-python/flit_core/flit_core-3.6.0-r2.ebuild @@ -1,7 +1,8 @@ # Copyright 2019-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=standalone PYTHON_COMPAT=( python3_{8..10} pypy3 ) |