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 83674158094 for ; Wed, 7 Sep 2022 07:52:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61BE0E0B15; Wed, 7 Sep 2022 07:52:56 +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 48BE7E0B17 for ; Wed, 7 Sep 2022 07:52:56 +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 6A1E234125E for ; Wed, 7 Sep 2022 07:52:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 764A15B1 for ; Wed, 7 Sep 2022 07:52:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1662537129.c2be95e13ae6d9ad5dabbc32394d126a5fae7a4a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-104.0.5112.101.ebuild www-client/chromium/chromium-105.0.5195.102.ebuild www-client/chromium/chromium-105.0.5195.52.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c2be95e13ae6d9ad5dabbc32394d126a5fae7a4a X-VCS-Branch: master Date: Wed, 7 Sep 2022 07:52:52 +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: 9b312249-4917-40b9-80d7-7110e18b5711 X-Archives-Hash: a57ea977e5838693a6c728217331af4c commit: c2be95e13ae6d9ad5dabbc32394d126a5fae7a4a Author: Michał Górny gentoo org> AuthorDate: Sun Sep 4 19:43:26 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 7 07:52:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2be95e1 www-client/chromium: Update PYTHON_REQ_USE to xml(+) Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer features the "xml" flag. Signed-off-by: Michał Górny gentoo.org> www-client/chromium/chromium-104.0.5112.101.ebuild | 2 +- www-client/chromium/chromium-105.0.5195.102.ebuild | 2 +- www-client/chromium/chromium-105.0.5195.52.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/chromium/chromium-104.0.5112.101.ebuild b/www-client/chromium/chromium-104.0.5112.101.ebuild index d378bd3735e8..4cf73b592641 100644 --- a/www-client/chromium/chromium-104.0.5112.101.ebuild +++ b/www-client/chromium/chromium-104.0.5112.101.ebuild @@ -3,7 +3,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" LLVM_MAX_SLOT=14 CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he diff --git a/www-client/chromium/chromium-105.0.5195.102.ebuild b/www-client/chromium/chromium-105.0.5195.102.ebuild index 4fc9ee8c8d10..84d2c34b29cf 100644 --- a/www-client/chromium/chromium-105.0.5195.102.ebuild +++ b/www-client/chromium/chromium-105.0.5195.102.ebuild @@ -3,7 +3,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" LLVM_MAX_SLOT=14 CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he diff --git a/www-client/chromium/chromium-105.0.5195.52.ebuild b/www-client/chromium/chromium-105.0.5195.52.ebuild index 3efd6dfdec9e..224b9703357a 100644 --- a/www-client/chromium/chromium-105.0.5195.52.ebuild +++ b/www-client/chromium/chromium-105.0.5195.52.ebuild @@ -3,7 +3,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -PYTHON_REQ_USE="xml" +PYTHON_REQ_USE="xml(+)" LLVM_MAX_SLOT=14 CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he