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 0C5D6158041 for ; Mon, 4 Mar 2024 07:25:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F39102BC013; Mon, 4 Mar 2024 07:25:50 +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 D20612BC013 for ; Mon, 4 Mar 2024 07:25:50 +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 D3C4233BF3B for ; Mon, 4 Mar 2024 07:25:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6726F119 for ; Mon, 4 Mar 2024 07:25:48 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1709537124.d9216961a544c9daf1b4d7ee0a757d15d7ae9f92.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-123.0.6312.22.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: d9216961a544c9daf1b4d7ee0a757d15d7ae9f92 X-VCS-Branch: master Date: Mon, 4 Mar 2024 07:25:48 +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: 939974fa-9f55-4b9e-ae96-c836330c425b X-Archives-Hash: 57a7d0f3de6817b430624df1c419d51c commit: d9216961a544c9daf1b4d7ee0a757d15d7ae9f92 Author: Matt Jolly gentoo org> AuthorDate: Mon Mar 4 02:59:33 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Mon Mar 4 07:25:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9216961 www-client/chromium: enable py3.12 and disable py3.10 Looks like the last of 'imp' was tidied up in ~120. Signed-off-by: Matt Jolly gentoo.org> www-client/chromium/chromium-123.0.6312.22.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www-client/chromium/chromium-123.0.6312.22.ebuild b/www-client/chromium/chromium-123.0.6312.22.ebuild index 8d6ebd83f8bd..5914aece60b2 100644 --- a/www-client/chromium/chromium-123.0.6312.22.ebuild +++ b/www-client/chromium/chromium-123.0.6312.22.ebuild @@ -3,8 +3,7 @@ EAPI=8 -# Can't do 12 yet: heavy use of imp, among other things (bug #915001, bug #915062) -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..12} ) PYTHON_REQ_USE="xml(+)" # PACKAGING NOTES: