diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-01-17 13:22:18 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-17 13:47:11 -0500 |
commit | 5471bfb11e4bf7522dce968f7f77819cca0106c5 (patch) | |
tree | 4cf621c17d572894520c06c2a71624cf25ac7f03 /app-emulation/wine-vanilla | |
parent | package.mask: Last rite dev-build/cons, dev-build/tup (diff) | |
download | gentoo-5471bfb11e4bf7522dce968f7f77819cca0106c5.tar.gz gentoo-5471bfb11e4bf7522dce968f7f77819cca0106c5.tar.bz2 gentoo-5471bfb11e4bf7522dce968f7f77819cca0106c5.zip |
app-emulation/wine-vanilla: mention toolchain in wow64 description
Or else it may come as confusing if users try to disable
USE=abi_x86_32 and then a dependency still requests it.
mingw64-toolchain is the only one needed, no need for glibc, gcc,
mesa/nvidia, gstreamer, etc... and it works even on no-multilib
profiles where the USE is unmasked.
There are alternatives to mingw64-toolchain, but let's not go
into confusing details in the USE desc.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla')
-rw-r--r-- | app-emulation/wine-vanilla/metadata.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine-vanilla/metadata.xml b/app-emulation/wine-vanilla/metadata.xml index 0ebc0262285e..d8858da76906 100644 --- a/app-emulation/wine-vanilla/metadata.xml +++ b/app-emulation/wine-vanilla/metadata.xml @@ -33,7 +33,8 @@ This variant of the Wine packaging does not include external patchsets Enable running 32bit applications without 32bit ELF multilib by mapping to 64bit calls (experimental, may have worse OpenGL performance or other issues - compared to USE=abi_x86_32) + compared to USE=abi_x86_32) -- still requires (just) + <pkg>dev-util/mingw64-toolchain</pkg> with abi_x86_32 </flag> </use> <upstream> |