commit: a8d6bd2f6a649663286f97722ee8f700f3081263 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Thu Mar 9 19:29:08 2023 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Fri Mar 10 07:47:35 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d6bd2f
media-sound/jack: enable py3.11 Closes: https://bugs.gentoo.org/897032 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Closes: https://github.com/gentoo/gentoo/pull/30031 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild b/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild index fdfcf6cb4201..becd946bf176 100644 --- a/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild +++ b/media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) PYTHON_REQ_USE="ncurses" DISTUTILS_SINGLE_IMPL=1
