diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2023-03-09 20:29:08 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-03-10 08:47:35 +0100 |
commit | a8d6bd2f6a649663286f97722ee8f700f3081263 (patch) | |
tree | b39ca1f0a1afaec1e608daec812af59462933518 /media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild | |
parent | app-arch/unrar: Stabilize 6.2.5 amd64, #900651 (diff) | |
download | gentoo-a8d6bd2f6a649663286f97722ee8f700f3081263.tar.gz gentoo-a8d6bd2f6a649663286f97722ee8f700f3081263.tar.bz2 gentoo-a8d6bd2f6a649663286f97722ee8f700f3081263.zip |
media-sound/jack: enable py3.11
Closes: https://bugs.gentoo.org/897032
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/30031
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild')
-rw-r--r-- | media-sound/jack/jack-4.0.0_pre20201220-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |