commit: a7be689441192f415428b9ee0c62ca3e8029d9aa Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Thu Apr 18 03:52:52 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Apr 19 07:28:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7be6894
media-sound/klick: Enable py3.12 Closes: https://bugs.gentoo.org/929661 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/36304 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> media-sound/klick/klick-0.12.2-r4.ebuild | 4 ++-- 1 file 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
