diff options
author | Niccolò Belli <niccolo.belli@linuxsystems.it> | 2024-04-11 09:43:48 +0200 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-04-11 19:36:10 +1000 |
commit | 69e6da89f175494a7a852a35aea44a9c7eb3c4e7 (patch) | |
tree | 6cf524920be0fe50fb8621b1b27b8311e8a0b6b1 /www-client | |
parent | www-client/chromium: destabilize 123.0.6312.122 for ~amd64, ~arm64 (diff) | |
download | gentoo-69e6da89f175494a7a852a35aea44a9c7eb3c4e7.tar.gz gentoo-69e6da89f175494a7a852a35aea44a9c7eb3c4e7.tar.bz2 gentoo-69e6da89f175494a7a852a35aea44a9c7eb3c4e7.zip |
www-client/chromium: fix ppc64 patchset for 123
Signed-off-by: Niccolò Belli <niccolo.belli@linuxsystems.it>
Closes: https://github.com/gentoo/gentoo/pull/36206
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/chromium/chromium-123.0.6312.105.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-client/chromium/chromium-123.0.6312.105.ebuild b/www-client/chromium/chromium-123.0.6312.105.ebuild index ad8d9e610ad7..0c2d06603eb9 100644 --- a/www-client/chromium/chromium-123.0.6312.105.ebuild +++ b/www-client/chromium/chromium-123.0.6312.105.ebuild @@ -457,6 +457,7 @@ src_prepare() { done PATCHES+=( "${WORKDIR}/ppc64le" ) PATCHES+=( "${WORKDIR}/debian/patches/fixes/rust-clanglib.patch" ) + PATCHES+=( "${WORKDIR}/debian/patches/fixes/blink-fonts-shape-result.patch" ) fi default |