summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-client/chromium/chromium-132.0.6834.110.ebuild2
-rw-r--r--www-client/chromium/chromium-133.0.6943.27.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/www-client/chromium/chromium-132.0.6834.110.ebuild b/www-client/chromium/chromium-132.0.6834.110.ebuild
index 918925ada49d..05f2abd75ef8 100644
--- a/www-client/chromium/chromium-132.0.6834.110.ebuild
+++ b/www-client/chromium/chromium-132.0.6834.110.ebuild
@@ -409,7 +409,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.27.ebuild b/www-client/chromium/chromium-133.0.6943.27.ebuild
index 259ac654d394..78533a7b1de7 100644
--- a/www-client/chromium/chromium-133.0.6943.27.ebuild
+++ b/www-client/chromium/chromium-133.0.6943.27.ebuild
@@ -410,7 +410,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