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 9EC50139360 for ; Fri, 13 Aug 2021 06:58:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67214E0895; Fri, 13 Aug 2021 06:58:11 +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 3BAB5E0894 for ; Fri, 13 Aug 2021 06:58:11 +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 2F068342B50 for ; Fri, 13 Aug 2021 06:58:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69CD68DA 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: <1628837879.0a9cfcf5565f947352e4f211ba86fa9e79d7f9ae.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/toml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/toml/toml-0.10.2.ebuild X-VCS-Directories: dev-python/toml/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0a9cfcf5565f947352e4f211ba86fa9e79d7f9ae 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: bb50fb04-d6c5-4224-a3ee-0eef4cc99b31 X-Archives-Hash: 0d4c87c8e9de195aa51e6e4ae9289e49 commit: 0a9cfcf5565f947352e4f211ba86fa9e79d7f9ae Author: Michał Górny gentoo org> AuthorDate: Fri Aug 13 06:42:11 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 13 06:57:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9cfcf5 dev-python/toml: Add EAPI upgrade note Signed-off-by: Michał Górny gentoo.org> dev-python/toml/toml-0.10.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/toml/toml-0.10.2.ebuild b/dev-python/toml/toml-0.10.2.ebuild index eadbab86f49..474d3942c3f 100644 --- a/dev-python/toml/toml-0.10.2.ebuild +++ b/dev-python/toml/toml-0.10.2.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 PYTHON_COMPAT=( python3_{7..10} pypy3 )