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 86414158009 for ; Tue, 27 Jun 2023 00:16:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B280E07F2; Tue, 27 Jun 2023 00:16:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 43667E07F2 for ; Tue, 27 Jun 2023 00:16:14 +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 0F43133BE99 for ; Tue, 27 Jun 2023 00:16:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C3A6AC6 for ; Tue, 27 Jun 2023 00:16:11 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1687824948.b834bec0bbefbed3eeaa0c6b3ebcdc4a4acd6a09.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/alacritty/alacritty-0.12.1.ebuild x11-terms/alacritty/alacritty-9999.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b834bec0bbefbed3eeaa0c6b3ebcdc4a4acd6a09 X-VCS-Branch: master Date: Tue, 27 Jun 2023 00:16:11 +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: 29c71db0-f060-4348-a1e0-78eb8f99cb0b X-Archives-Hash: 25bcd69b3799f7810c6cae0cd414c716 commit: b834bec0bbefbed3eeaa0c6b3ebcdc4a4acd6a09 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Jun 26 23:59:51 2023 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jun 27 00:15:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b834bec0 x11-terms/alacritty: enable py3.12 Signed-off-by: Georgy Yakovlev gentoo.org> x11-terms/alacritty/alacritty-0.12.1.ebuild | 2 +- x11-terms/alacritty/alacritty-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-terms/alacritty/alacritty-0.12.1.ebuild b/x11-terms/alacritty/alacritty-0.12.1.ebuild index 87c88ea7644f..5a013e079045 100644 --- a/x11-terms/alacritty/alacritty-0.12.1.ebuild +++ b/x11-terms/alacritty/alacritty-0.12.1.ebuild @@ -240,7 +240,7 @@ CRATES=" MY_PV="${PV//_rc/-rc}" # https://bugs.gentoo.org/725962 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit bash-completion-r1 cargo desktop python-any-r1 diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild index 0d197e38e1a2..cc514ef9aee0 100644 --- a/x11-terms/alacritty/alacritty-9999.ebuild +++ b/x11-terms/alacritty/alacritty-9999.ebuild @@ -8,7 +8,7 @@ CRATES=" MY_PV="${PV//_rc/-rc}" # https://bugs.gentoo.org/725962 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit bash-completion-r1 cargo desktop python-any-r1