From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D65D21580EB for ; Thu, 22 May 2025 06:46:38 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BF507342FEA for ; Thu, 22 May 2025 06:46:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A80771103DE; Thu, 22 May 2025 06:46:37 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9B6EC1103DE for ; Thu, 22 May 2025 06:46:37 +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 4DB4F342FF8 for ; Thu, 22 May 2025 06:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 618F31968 for ; Thu, 22 May 2025 06:46:35 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1747896392.26a1ec29cdc10217db472810d48f96247bcfa9ff.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-137.0.7151.40.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 26a1ec29cdc10217db472810d48f96247bcfa9ff X-VCS-Branch: master Date: Thu, 22 May 2025 06:46:35 +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: d1a185bb-3f37-45a8-b0a8-0a4834b73991 X-Archives-Hash: dd1ff4607e632ee361dd76241586f14f commit: 26a1ec29cdc10217db472810d48f96247bcfa9ff Author: Patrick Lauer gentoo org> AuthorDate: Thu May 22 06:46:12 2025 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Thu May 22 06:46:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a1ec29 www-client/chromium: Fix (un)rar handling Closes: https://bugs.gentoo.org/956420 Signed-off-by: Patrick Lauer gentoo.org> www-client/chromium/chromium-137.0.7151.40.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/chromium/chromium-137.0.7151.40.ebuild b/www-client/chromium/chromium-137.0.7151.40.ebuild index ea77772a455d..b2182fc31736 100644 --- a/www-client/chromium/chromium-137.0.7151.40.ebuild +++ b/www-client/chromium/chromium-137.0.7151.40.ebuild @@ -806,7 +806,7 @@ src_prepare() { ) if use rar; then - keeplibs+=( third_party/rar ) + keeplibs+=( third_party/unrar ) fi if use test; then