commit: d2d74f4b077acca5b4fbb917a7b69ead47b34f52 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Fri Aug 11 06:05:01 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Fri Aug 11 10:33:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d74f4b
profiles/features/llvm: force USE=mingw on wine-* Also drop some trailing spaces in header. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/features/llvm/package.use.force | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/profiles/features/llvm/package.use.force b/profiles/features/llvm/package.use.force index 669f1f86ad87..b35fb66c7ed2 100644 --- a/profiles/features/llvm/package.use.force +++ b/profiles/features/llvm/package.use.force @@ -1,5 +1,11 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Ionen Wolkens <[email protected]> (2023-08-11) +# Currently required to build with clang, and disabling is generally +# not recommended either way even if switch compiler. +app-emulation/wine-staging mingw +app-emulation/wine-vanilla mingw # Sam James <[email protected]> (2023-03-03) # Force the toolchain environment we expect on the LLVM profiles.
