commit: 20decd16a5f1a896f8966946b05a5bb655f17a4d Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Thu Jan 23 08:42:51 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Thu Jan 23 08:45:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20decd16
www-client/chromium: fix ppc64le patch path There was a stray `+` prefixed to the string. Closes: https://bugs.gentoo.org/948352 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> 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 afebf0bd7d16..e6640fa74359 100644 --- a/www-client/chromium/chromium-132.0.6834.83.ebuild +++ b/www-client/chromium/chromium-132.0.6834.83.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.16.ebuild b/www-client/chromium/chromium-133.0.6943.16.ebuild index 259ac654d394..78533a7b1de7 100644 --- a/www-client/chromium/chromium-133.0.6943.16.ebuild +++ b/www-client/chromium/chromium-133.0.6943.16.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 diff --git a/www-client/chromium/chromium-134.0.6958.2.ebuild b/www-client/chromium/chromium-134.0.6958.2.ebuild index ac347ae5b096..5d6f38246453 100644 --- a/www-client/chromium/chromium-134.0.6958.2.ebuild +++ b/www-client/chromium/chromium-134.0.6958.2.ebuild @@ -485,7 +485,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