diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-08-07 14:07:36 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-08-07 14:09:11 -0700 |
commit | b50370810362b852aa2aa58d2a7ad5609bd63187 (patch) | |
tree | c58ff0a2c3d18cd2cceb52770f95a1458763293c /dev-python | |
parent | dev-python/autopep8: sync live ebuild with 1.5.7 (diff) | |
download | gentoo-b50370810362b852aa2aa58d2a7ad5609bd63187.tar.gz gentoo-b50370810362b852aa2aa58d2a7ad5609bd63187.tar.bz2 gentoo-b50370810362b852aa2aa58d2a7ad5609bd63187.zip |
dev-python/setuptools: Revert to EAPI=7
Having only EAPI=8 setuptools in tree makes upgrading impossible if
portage is more than two months old.
Bug: https://bugs.gentoo.org/807043
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/setuptools/setuptools-57.4.0-r2.ebuild (renamed from dev-python/setuptools/setuptools-57.4.0-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/setuptools/setuptools-57.4.0-r1.ebuild b/dev-python/setuptools/setuptools-57.4.0-r2.ebuild index 0f0989362ff1..f93956f1f767 100644 --- a/dev-python/setuptools/setuptools-57.4.0-r1.ebuild +++ b/dev-python/setuptools/setuptools-57.4.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 # Set to 'manual' to avoid triggering install QA check DISTUTILS_USE_SETUPTOOLS=manual |