From b508ae3926a99f6c5b2705c1dd5ba1d90dc44eb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:03:03 +0000 Subject: [PATCH] www-client/chromium: sync with upstream --- www-client/chromium/chromium-132.0.6834.83.ebuild | 2 +- www-client/chromium/chromium-133.0.6943.16.ebuild | 2 +- www-client/chromium/chromium-134.0.6958.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/chromium/chromium-132.0.6834.83.ebuild b/www-client/chromium/chromium-132.0.6834.83.ebuild index a917e74..3b801a6 100644 --- a/www-client/chromium/chromium-132.0.6834.83.ebuild +++ b/www-client/chromium/chromium-132.0.6834.83.ebuild @@ -414,7 +414,7 @@ src_prepare() { fi # We use vsx3 as a proxy for 'want isa3.0' (POWER9) if use cpu_flags_ppc_vsx3 ; then - PATCHES+=( +"${patchset_dir}/${isa_3_patch}" ) + PATCHES+=( "${patchset_dir}/${isa_3_patch}" ) fi fi diff --git a/www-client/chromium/chromium-133.0.6943.16.ebuild b/www-client/chromium/chromium-133.0.6943.16.ebuild index c491f6d..75e6d4e 100644 --- a/www-client/chromium/chromium-133.0.6943.16.ebuild +++ b/www-client/chromium/chromium-133.0.6943.16.ebuild @@ -415,7 +415,7 @@ src_prepare() { fi # We use vsx3 as a proxy for 'want isa3.0' (POWER9) if use cpu_flags_ppc_vsx3 ; then - PATCHES+=( +"${patchset_dir}/${isa_3_patch}" ) + PATCHES+=( "${patchset_dir}/${isa_3_patch}" ) fi fi diff --git a/www-client/chromium/chromium-134.0.6958.2.ebuild b/www-client/chromium/chromium-134.0.6958.2.ebuild index 38780a8..bb5c57f 100644 --- a/www-client/chromium/chromium-134.0.6958.2.ebuild +++ b/www-client/chromium/chromium-134.0.6958.2.ebuild @@ -490,7 +490,7 @@ src_prepare() { fi # We use vsx3 as a proxy for 'want isa3.0' (POWER9) if use cpu_flags_ppc_vsx3 ; then - PATCHES+=( +"${patchset_dir}/${isa_3_patch}" ) + PATCHES+=( "${patchset_dir}/${isa_3_patch}" ) fi fi