From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 400EB1581D3 for ; Sun, 2 Jun 2024 03:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B1FAE2A8E; Sun, 2 Jun 2024 03:19:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 462D8E2A8C for ; Sun, 2 Jun 2024 03:19:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9930342FF8 for ; Sun, 2 Jun 2024 03:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A5CF19F3 for ; Sun, 2 Jun 2024 03:19:25 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1717297366.52a1bb82e568d3f1bdbfa00ceaf8353c8d48d201.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/grc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/grc/grc-1.13.ebuild X-VCS-Directories: app-misc/grc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 52a1bb82e568d3f1bdbfa00ceaf8353c8d48d201 X-VCS-Branch: master Date: Sun, 2 Jun 2024 03:19:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 572fe6a3-92db-44f8-b2cf-37769e9f195e X-Archives-Hash: cb965b897e84667c204540c7e158d2da commit: 52a1bb82e568d3f1bdbfa00ceaf8353c8d48d201 Author: Sam James gentoo org> AuthorDate: Sun Jun 2 03:02:45 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 2 03:02:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a1bb82 app-misc/grc: enable py3.12 Closes: https://bugs.gentoo.org/929332 Signed-off-by: Sam James gentoo.org> 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 3a0a275e7c4a..911cd77fb1a5 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"