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 D23991581D3 for ; Fri, 31 May 2024 11:24:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D7DBE2A1C; Fri, 31 May 2024 11:24:19 +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 E0C13E2A1C for ; Fri, 31 May 2024 11:24:18 +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 1042C335DCD for ; Fri, 31 May 2024 11:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6CD8A148D for ; Fri, 31 May 2024 11:24:16 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1717154630.40df6aa10e880f73549af1e6f68a9f1883285280.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/gr-paint/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/gr-paint/gr-paint-0.0_p20230427-r1.ebuild net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild X-VCS-Directories: net-wireless/gr-paint/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 40df6aa10e880f73549af1e6f68a9f1883285280 X-VCS-Branch: master Date: Fri, 31 May 2024 11:24:16 +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: 0a7f6614-a795-42ef-93f5-ddc1bfd99296 X-Archives-Hash: 0cf30d4570c4a78c75f0a216af67105b commit: 40df6aa10e880f73549af1e6f68a9f1883285280 Author: Thomas Beierlein gentoo org> AuthorDate: Fri May 31 11:23:50 2024 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Fri May 31 11:23:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40df6aa1 net-wireless/gr-paint: Add Python 3.12 support Signed-off-by: Thomas Beierlein gentoo.org> .../{gr-paint-0.0_p20230427.ebuild => gr-paint-0.0_p20230427-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild b/net-wireless/gr-paint/gr-paint-0.0_p20230427-r1.ebuild similarity index 97% rename from net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild rename to net-wireless/gr-paint/gr-paint-0.0_p20230427-r1.ebuild index 73b6850eeac2..c4d4160fbe8a 100644 --- a/net-wireless/gr-paint/gr-paint-0.0_p20230427.ebuild +++ b/net-wireless/gr-paint/gr-paint-0.0_p20230427-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) if [[ ${PV} == 9999* ]]; then inherit git-r3