commit: ff44ddce1ffed04549ac2ea415b432e2c95a3bc5 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon Aug 14 12:34:39 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Aug 14 16:39:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff44ddce
profiles/features/llvm: update description for wine mingw forcing While fixing the bug can allow it to work, there are other reasons to keep this forced (see wine commits for details). Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/features/llvm/package.use.force | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profiles/features/llvm/package.use.force b/profiles/features/llvm/package.use.force index 10cf8addcd19..31b3e120e5ff 100644 --- a/profiles/features/llvm/package.use.force +++ b/profiles/features/llvm/package.use.force @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # Ionen Wolkens <[email protected]> (2023-08-11) -# Currently required to build with clang due to bug #912237. +# clang without mingw is currently considered an unsupported +# configuration (by Gentoo), and fails without extra steps. app-emulation/wine-staging mingw app-emulation/wine-vanilla mingw
