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 239E915800A for ; Fri, 18 Aug 2023 10:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AA912BC019; Fri, 18 Aug 2023 10:55:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DD722BC019 for ; Fri, 18 Aug 2023 10:55: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E3B6335C92 for ; Fri, 18 Aug 2023 10:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0704AFB5 for ; Fri, 18 Aug 2023 10:55:26 +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: <1692356069.20ddf3af01a6fd7508a4a9d7140755b54886fc31.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/vte/vte-0.72.2.ebuild X-VCS-Directories: gui-libs/vte/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 20ddf3af01a6fd7508a4a9d7140755b54886fc31 X-VCS-Branch: master Date: Fri, 18 Aug 2023 10:55:26 +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: 18662bb3-ec12-4931-b499-356c036f44ce X-Archives-Hash: b0f04eff1abec3a1184769d36f513653 commit: 20ddf3af01a6fd7508a4a9d7140755b54886fc31 Author: Sam James gentoo org> AuthorDate: Fri Aug 18 10:54:29 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 18 10:54:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ddf3af gui-libs/vte: disable py3.12 See the discussion in bug #911418. Bug: https://bugs.gentoo.org/911418 Bug: https://bugs.gentoo.org/912452 Signed-off-by: Sam James gentoo.org> gui-libs/vte/vte-0.72.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/vte/vte-0.72.2.ebuild b/gui-libs/vte/vte-0.72.2.ebuild index 2141d2e931f6..39f53a6250f2 100644 --- a/gui-libs/vte/vte-0.72.2.ebuild +++ b/gui-libs/vte/vte-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 vala xdg