From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9AD5139360 for ; Sat, 7 Aug 2021 21:09:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B9C4E0882; Sat, 7 Aug 2021 21:09:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F673E0882 for ; Sat, 7 Aug 2021 21:09:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 210BA342C43 for ; Sat, 7 Aug 2021 21:09:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A10D8842 for ; Sat, 7 Aug 2021 21:09:18 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1628370551.b50370810362b852aa2aa58d2a7ad5609bd63187.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/setuptools/setuptools-57.4.0-r1.ebuild dev-python/setuptools/setuptools-57.4.0-r2.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b50370810362b852aa2aa58d2a7ad5609bd63187 X-VCS-Branch: master Date: Sat, 7 Aug 2021 21:09:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3055f0f3-963e-429d-a8b0-a5d23869826e X-Archives-Hash: fc62b9be5366d9a2cec3d9b41e4371c6 commit: b50370810362b852aa2aa58d2a7ad5609bd63187 Author: Matt Turner gentoo org> AuthorDate: Sat Aug 7 21:07:36 2021 +0000 Commit: Matt Turner gentoo 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 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