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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3AA2158042 for ; Mon, 11 Nov 2024 08:53:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4974EE087A; Mon, 11 Nov 2024 08:53:12 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34319E087A for ; Mon, 11 Nov 2024 08:53:12 +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 760F933E3A9 for ; Mon, 11 Nov 2024 08:53:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B310D1E89 for ; Mon, 11 Nov 2024 08:53:08 +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: <1731314957.d2467b1933bbb9022ab04099f01d47e39dce9c80.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-131.0.6753.0-r1.ebuild www-client/chromium/chromium-131.0.6778.24-r1.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: d2467b1933bbb9022ab04099f01d47e39dce9c80 X-VCS-Branch: master Date: Mon, 11 Nov 2024 08:53:08 +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: 6b482c45-720b-421b-81f0-fd052276056b X-Archives-Hash: 92ee977c4af6c43282fa39a04df8edcc commit: d2467b1933bbb9022ab04099f01d47e39dce9c80 Author: Matt Jolly gentoo org> AuthorDate: Mon Nov 11 08:29:42 2024 +0000 Commit: Matt Jolly gentoo org> CommitDate: Mon Nov 11 08:49:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2467b19 www-client/chromium: restrict LLVM_COMPAT The combination of RUST_MIN_USE and LLVM_COMPAT means that llvm_slot_17 will never be able to generate an appropriate dependency. Signed-off-by: Matt Jolly gentoo.org> www-client/chromium/chromium-131.0.6753.0-r1.ebuild | 2 +- www-client/chromium/chromium-131.0.6778.24-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/chromium/chromium-131.0.6753.0-r1.ebuild b/www-client/chromium/chromium-131.0.6753.0-r1.ebuild index 082a394cd0a8..d678ad402503 100644 --- a/www-client/chromium/chromium-131.0.6753.0-r1.ebuild +++ b/www-client/chromium/chromium-131.0.6753.0-r1.ebuild @@ -39,7 +39,7 @@ CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW" -LLVM_COMPAT=( 17 18 ) +LLVM_COMPAT=( 18 19 ) PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="xml(+)" diff --git a/www-client/chromium/chromium-131.0.6778.24-r1.ebuild b/www-client/chromium/chromium-131.0.6778.24-r1.ebuild index 981c37fea572..ea8991a82ad2 100644 --- a/www-client/chromium/chromium-131.0.6778.24-r1.ebuild +++ b/www-client/chromium/chromium-131.0.6778.24-r1.ebuild @@ -18,7 +18,7 @@ CHROMIUM_LANGS="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW" -LLVM_COMPAT=( {17..19} ) +LLVM_COMPAT=( 18 19 ) PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="xml(+)" RUST_MIN_VER=1.78.0