From a7be689441192f415428b9ee0c62ca3e8029d9aa Mon Sep 17 00:00:00 2001 From: Alexander Tsoy Date: Thu, 18 Apr 2024 06:52:52 +0300 Subject: [PATCH] media-sound/klick: Enable py3.12 Closes: https://bugs.gentoo.org/929661 Signed-off-by: Alexander Tsoy Closes: https://github.com/gentoo/gentoo/pull/36304 Signed-off-by: Arthur Zamarin --- 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 29bd9c9b86be1..bee2f5f90249b 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