commit: e50adaa19441d067f9970934f19e801afa3a5a9d Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sun Apr 14 05:54:05 2024 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sun Apr 14 06:10:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50adaa1
app-i18n/nkf: update PYTHON_COMPAT Closes: https://bugs.gentoo.org/929324 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/nkf/nkf-2.1.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-i18n/nkf/nkf-2.1.5-r1.ebuild b/app-i18n/nkf/nkf-2.1.5-r1.ebuild index c7174e579705..5c009ec1ef8a 100644 --- a/app-i18n/nkf/nkf-2.1.5-r1.ebuild +++ b/app-i18n/nkf/nkf-2.1.5-r1.ebuild @@ -3,7 +3,7 @@ EAPI="8" -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_USE_PEP517="setuptools" DISTUTILS_OPTIONAL="1" DISTUTILS_EXT="1"