diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-08-11 02:05:01 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-08-11 06:33:53 -0400 |
commit | d2d74f4b077acca5b4fbb917a7b69ead47b34f52 (patch) | |
tree | 6841c646c1719c811b556fe7580753fb66073e61 /profiles | |
parent | app-emulation/wine-proton: pass -latomic with clang for ntdll.so (diff) | |
download | gentoo-d2d74f4b077acca5b4fbb917a7b69ead47b34f52.tar.gz gentoo-d2d74f4b077acca5b4fbb917a7b69ead47b34f52.tar.bz2 gentoo-d2d74f4b077acca5b4fbb917a7b69ead47b34f52.zip |
profiles/features/llvm: force USE=mingw on wine-*
Also drop some trailing spaces in header.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/llvm/package.use.force | 10 |
1 files 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 <ionen@gentoo.org> (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 <sam@gentoo.org> (2023-03-03) # Force the toolchain environment we expect on the LLVM profiles. |