From 52a1bb82e568d3f1bdbfa00ceaf8353c8d48d201 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 2 Jun 2024 04:02:45 +0100 Subject: [PATCH] app-misc/grc: enable py3.12 Closes: https://bugs.gentoo.org/929332 Signed-off-by: Sam James --- app-misc/grc/grc-1.13.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/grc/grc-1.13.ebuild b/app-misc/grc/grc-1.13.ebuild index 3a0a275e7c4ac..911cd77fb1a51 100644 --- a/app-misc/grc/grc-1.13.ebuild +++ b/app-misc/grc/grc-1.13.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=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-r1 DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands"