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@uni-dortmund.de>
Closes: https://github.com/gentoo/gentoo/pull/29786
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Till Schäfer
2023-02-25 13:33:23 +01:00
committed by Michał Górny
parent 2fe451fb98
commit 13cda782bd

View File

@@ -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