commit: a80a355111b979e39acd15d1cb6914898e8ac12b Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Mon Feb 10 10:44:01 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Mon Feb 10 13:24:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80a3551
profiles/base: p.use.force www-client/chromium[wayland] Bug: https://bugs.gentoo.org/948384 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> profiles/base/package.use.force | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 03ebc138e7cf..047be57be628 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,12 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Jolly <[email protected]> (2025-02-10) +# Chromium is unable to successfully configure without +# wayland support (bug #948384). Forcing the USE flag +# until the issue is resolved. +www-client/chromium wayland + # Ionen Wolkens <[email protected]> (2024-12-24) # ebuild currently only support luajit, spare users from having # to set it by forcing it here (bug #946881)
