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 C1CDA139368 for ; Fri, 13 Aug 2021 06:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0176E088A; Fri, 13 Aug 2021 06:58:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B2D78E088C for ; Fri, 13 Aug 2021 06:58:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C1F9A342B5B for ; Fri, 13 Aug 2021 06:58:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 450CA8D6 for ; Fri, 13 Aug 2021 06:58:06 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1628837876.c51c214aed58e9eaad24a4720c497212be06b000.mgorny@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-r2.ebuild X-VCS-Directories: dev-python/setuptools/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c51c214aed58e9eaad24a4720c497212be06b000 X-VCS-Branch: master Date: Fri, 13 Aug 2021 06:58:06 +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: 8e9b8496-4381-4055-add8-5c4f3b7902e5 X-Archives-Hash: 20d518d44efbd040f30bfe78f16d3189 commit: c51c214aed58e9eaad24a4720c497212be06b000 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 13 06:42:08 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 13 06:57:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51c214a dev-python/setuptools: Add EAPI upgrade note Signed-off-by: Michał Górny gentoo.org> dev-python/setuptools/setuptools-57.4.0-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/setuptools/setuptools-57.4.0-r2.ebuild b/dev-python/setuptools/setuptools-57.4.0-r2.ebuild index f93956f1f76..9eee2b0f368 100644 --- a/dev-python/setuptools/setuptools-57.4.0-r2.ebuild +++ b/dev-python/setuptools/setuptools-57.4.0-r2.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep EAPI=7 # Set to 'manual' to avoid triggering install QA check