From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1527159-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 2DCED15810F for <garchives@archives.gentoo.org>; Sat, 10 Jun 2023 05:32:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D007E0843; Sat, 10 Jun 2023 05:32:43 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57819E0843 for <gentoo-commits@lists.gentoo.org>; Sat, 10 Jun 2023 05:32:43 +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 8D105341151 for <gentoo-commits@lists.gentoo.org>; Sat, 10 Jun 2023 05:32:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BB1AA80 for <gentoo-commits@lists.gentoo.org>; Sat, 10 Jun 2023 05:32:41 +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: <1686375121.ce2ffc7761ab9dde4fdffdb07e5be6cdb3c26aa5.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-113.0.5672.126.ebuild www-client/chromium/chromium-114.0.5735.110.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ce2ffc7761ab9dde4fdffdb07e5be6cdb3c26aa5 X-VCS-Branch: master Date: Sat, 10 Jun 2023 05:32:41 +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: d0441adc-9094-47fd-9936-6ca7c814092b X-Archives-Hash: 16933013a8b2c2731bbbd004e1c6c476 commit: ce2ffc7761ab9dde4fdffdb07e5be6cdb3c26aa5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 10 05:32:01 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jun 10 05:32:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2ffc77 www-client/chromium: disable py3.9 Signed-off-by: Sam James <sam <AT> gentoo.org> www-client/chromium/chromium-113.0.5672.126.ebuild | 2 +- www-client/chromium/chromium-114.0.5735.110.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/chromium/chromium-113.0.5672.126.ebuild b/www-client/chromium/chromium-113.0.5672.126.ebuild index c24e6f989e0b..94420dc28858 100644 --- a/www-client/chromium/chromium-113.0.5672.126.ebuild +++ b/www-client/chromium/chromium-113.0.5672.126.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="xml(+)" LLVM_MAX_SLOT=16 diff --git a/www-client/chromium/chromium-114.0.5735.110.ebuild b/www-client/chromium/chromium-114.0.5735.110.ebuild index 8609002b5fcc..93dd9e57ce08 100644 --- a/www-client/chromium/chromium-114.0.5735.110.ebuild +++ b/www-client/chromium/chromium-114.0.5735.110.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="xml(+)" LLVM_MAX_SLOT=16