From fbc279949e42892107ae30f1cf91c048e6709a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 4 Mar 2022 08:14:05 +0100 Subject: [PATCH] dev-python/importlib_resources: Revert to EAPI 7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../importlib_resources/importlib_resources-5.4.0-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild b/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild index dbe600eaff2b7..9852a5a01ffc3 100644 --- a/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild +++ b/dev-python/importlib_resources/importlib_resources-5.4.0-r3.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +# please keep this ebuild at EAPI 7 -- sys-apps/portage dep +EAPI=7 DISTUTILS_USE_PEP517=flit # This is a backport of Python 3.9's importlib.resources