commit: b50370810362b852aa2aa58d2a7ad5609bd63187 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Aug 7 21:07:36 2021 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Aug 7 21:09:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5037081
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 <AT> gentoo.org> .../{setuptools-57.4.0-r1.ebuild => setuptools-57.4.0-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/setuptools/setuptools-57.4.0-r1.ebuild b/dev-python/setuptools/setuptools-57.4.0-r2.ebuild similarity index 99% rename from dev-python/setuptools/setuptools-57.4.0-r1.ebuild rename to dev-python/setuptools/setuptools-57.4.0-r2.ebuild index 0f0989362ff..f93956f1f76 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
