commit: 642b6620c5ee48e14642f120c8b5653bb59d17e2 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Thu Feb 13 10:55:24 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Thu Feb 13 10:55:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642b6620
www-client/chromium: backport USE="-wayland" build fix to stable Bug: https://bugs.gentoo.org/948384 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> www-client/chromium/chromium-133.0.6943.53.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/chromium/chromium-133.0.6943.53.ebuild b/www-client/chromium/chromium-133.0.6943.53.ebuild index 447f8621ffb0..90291c57512c 100644 --- a/www-client/chromium/chromium-133.0.6943.53.ebuild +++ b/www-client/chromium/chromium-133.0.6943.53.ebuild @@ -368,6 +368,7 @@ src_prepare() { "${FILESDIR}/chromium-131-oauth2-client-switches.patch" "${FILESDIR}/chromium-132-bindgen-custom-toolchain.patch" "${FILESDIR}/chromium-134-qt5-optional.patch" + "${FILESDIR}/chromium-135-fix-non-wayland-build.patch" ) shopt -s globstar nullglob
