commit:     13cda782bd89b95cf0dd361cc47ac6a34dbc53ce
Author:     Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
AuthorDate: Sat Feb 25 12:33:23 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 18:52:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13cda782

app-text/nfoview: enable py3.11

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 <till2.schaefer <AT> uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/29786
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 a349bf6e8039..015d8780b5e0 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
 

Reply via email to