From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1546910-garchives=archives.gentoo.org@lists.gentoo.org> 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 539E015800A for <garchives@archives.gentoo.org>; Fri, 18 Aug 2023 10:52:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80CF02BC019; Fri, 18 Aug 2023 10:52:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6DEE22BC019 for <gentoo-commits@lists.gentoo.org>; Fri, 18 Aug 2023 10:52:10 +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 8E941335C0B for <gentoo-commits@lists.gentoo.org>; Fri, 18 Aug 2023 10:52:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4318FCA for <gentoo-commits@lists.gentoo.org>; Fri, 18 Aug 2023 10:52:07 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1692355901.02345e335d511c93f991e50a7dfa3e6521cd8f64.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/vte-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/vte-common/vte-common-0.72.2.ebuild X-VCS-Directories: gui-libs/vte-common/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 02345e335d511c93f991e50a7dfa3e6521cd8f64 X-VCS-Branch: master Date: Fri, 18 Aug 2023 10:52:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43fb093b-894e-4519-a530-3dc0858bd20c X-Archives-Hash: 2fedc8493efbffc45ef8da601515feb4 commit: 02345e335d511c93f991e50a7dfa3e6521cd8f64 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Aug 18 10:51:41 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 18 10:51:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02345e33 gui-libs/vte-common: disable py3.12 See the discussion in bug #911418. Bug: https://bugs.gentoo.org/911418 Bug: https://bugs.gentoo.org/912397 Signed-off-by: Sam James <sam <AT> gentoo.org> gui-libs/vte-common/vte-common-0.72.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/vte-common/vte-common-0.72.2.ebuild b/gui-libs/vte-common/vte-common-0.72.2.ebuild index 2cddc08dce36..d3336f32f1e8 100644 --- a/gui-libs/vte-common/vte-common-0.72.2.ebuild +++ b/gui-libs/vte-common/vte-common-0.72.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit gnome.org meson python-any-r1