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 16E2C158089 for ; Mon, 2 Oct 2023 10:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CAA12BC03F; Mon, 2 Oct 2023 10:47:44 +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 470672BC03F for ; Mon, 2 Oct 2023 10:47:44 +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 4DACB335CDF for ; Mon, 2 Oct 2023 10:47:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66CD192C for ; Mon, 2 Oct 2023 10:47:41 +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: <1696242041.24bb64dd65526bb56b43242a63a947de3f0fae57.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-118.0.5993.32.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24bb64dd65526bb56b43242a63a947de3f0fae57 X-VCS-Branch: master Date: Mon, 2 Oct 2023 10:47:41 +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: dc4dedf1-ab8e-4f46-b877-ca8832cd106d X-Archives-Hash: fe8bded5e00ecbf8b61da78dbe1c1abc commit: 24bb64dd65526bb56b43242a63a947de3f0fae57 Author: Sam James gentoo org> AuthorDate: Mon Oct 2 10:20:41 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 2 10:20:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24bb64dd www-client/chromium: drop py3.12 Closes: https://bugs.gentoo.org/915001 Closes: https://bugs.gentoo.org/915062 Signed-off-by: Sam James gentoo.org> www-client/chromium/chromium-118.0.5993.32.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-client/chromium/chromium-118.0.5993.32.ebuild b/www-client/chromium/chromium-118.0.5993.32.ebuild index a7c13e8953f4..4451fa1f97f7 100644 --- a/www-client/chromium/chromium-118.0.5993.32.ebuild +++ b/www-client/chromium/chromium-118.0.5993.32.ebuild @@ -3,7 +3,8 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +# Can't do 12 yet: heavy use of imp, among other things (bug #915001, bug #915062) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="xml(+)" LLVM_MAX_SLOT=17 VIRTUALX_REQUIRED="pgo"