commit: 531add93d2090b39d8a009fa1e1d02ab1753b08c Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Thu Feb 13 10:53:59 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Thu Feb 13 10:53:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531add93
profiles/base: drop p.use.force for www-client/chromium[wayland] A fix was identified and has been backported. Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> profiles/base/package.use.force | 6 ------ 1 file changed, 6 deletions(-) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 047be57be628..03ebc138e7cf 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,12 +1,6 @@ # 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)
