From 13cda782bd89b95cf0dd361cc47ac6a34dbc53ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Till=20Sch=C3=A4fer?= Date: Sat, 25 Feb 2023 13:33:23 +0100 Subject: [PATCH] app-text/nfoview: enable py3.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PEP517 migration is not applied, since this is the last version of the package using distutils. Closes: https://bugs.gentoo.org/896638 Signed-off-by: Till Schäfer Closes: https://github.com/gentoo/gentoo/pull/29786 Signed-off-by: Michał Górny --- app-text/nfoview/nfoview-1.28.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/nfoview/nfoview-1.28.1-r1.ebuild b/app-text/nfoview/nfoview-1.28.1-r1.ebuild index a349bf6e80395..015d8780b5e0d 100644 --- a/app-text/nfoview/nfoview-1.28.1-r1.ebuild +++ b/app-text/nfoview/nfoview-1.28.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 virtualx xdg