www-client/chromium: sync with upstream

This commit is contained in:
github-actions[bot] 2025-01-24 00:03:03 +00:00 committed by GitHub
parent 174c066cbc
commit b508ae3926
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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