diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2024-04-18 06:52:52 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-19 10:28:35 +0300 |
commit | a7be689441192f415428b9ee0c62ca3e8029d9aa (patch) | |
tree | df0ddc4e2c4cbe447373ec17fb28078257bd877a /media-sound/klick | |
parent | dev-libs/tree-sitter: sync live ebuild (diff) | |
download | gentoo-a7be689441192f415428b9ee0c62ca3e8029d9aa.tar.gz gentoo-a7be689441192f415428b9ee0c62ca3e8029d9aa.tar.bz2 gentoo-a7be689441192f415428b9ee0c62ca3e8029d9aa.zip |
media-sound/klick: Enable py3.12
Closes: https://bugs.gentoo.org/929661
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/36304
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-sound/klick')
-rw-r--r-- | media-sound/klick/klick-0.12.2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/klick/klick-0.12.2-r4.ebuild b/media-sound/klick/klick-0.12.2-r4.ebuild index 29bd9c9b86be..bee2f5f90249 100644 --- a/media-sound/klick/klick-0.12.2-r4.ebuild +++ b/media-sound/klick/klick-0.12.2-r4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-any-r1 scons-utils toolchain-funcs |