From d7339543eb77dbca559560e5a585cf7804fcc4fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 13 Aug 2021 08:42:05 +0200 Subject: [PATCH] dev-python/idna: Add EAPI upgrade note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/idna/idna-3.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/idna/idna-3.2.ebuild b/dev-python/idna/idna-3.2.ebuild index f5e0c5e0d6c61..7c9c0d865d0dd 100644 --- a/dev-python/idna/idna-3.2.ebuild +++ b/dev-python/idna/idna-3.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 )