commit: b2257c2b89023c1c72d0db774c4a58c0f9ce8990 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 28 15:13:23 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue May 28 15:27:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2257c2b
app-text/nfoview: Enable py3.12 Closes: https://bugs.gentoo.org/929363 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-text/nfoview/nfoview-1.28.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/nfoview/nfoview-1.28.1-r1.ebuild b/app-text/nfoview/nfoview-1.28.1-r1.ebuild index 015d8780b5e0..117424916274 100644 --- a/app-text/nfoview/nfoview-1.28.1-r1.ebuild +++ b/app-text/nfoview/nfoview-1.28.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_SETUPTOOLS=no -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 virtualx xdg
