diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-03-05 00:53:05 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-03-05 00:55:43 -0500 |
commit | 73934e04770b9add6afe5ec3eae337eb1e520825 (patch) | |
tree | 8fd2fd8f2050a61f56af7e8c87c14943bd51bf35 /app-emulation | |
parent | profiles/arch: handle USE=wow64 for app-emulation/wine-proton too (diff) | |
download | gentoo-73934e04770b9add6afe5ec3eae337eb1e520825.tar.gz gentoo-73934e04770b9add6afe5ec3eae337eb1e520825.tar.bz2 gentoo-73934e04770b9add6afe5ec3eae337eb1e520825.zip |
app-emulation/wine-vanilla: improve USE=wow64 description further
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine-vanilla/metadata.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-emulation/wine-vanilla/metadata.xml b/app-emulation/wine-vanilla/metadata.xml index d8858da76906..c7b47d52f1a8 100644 --- a/app-emulation/wine-vanilla/metadata.xml +++ b/app-emulation/wine-vanilla/metadata.xml @@ -32,9 +32,10 @@ This variant of the Wine packaging does not include external patchsets <flag name="wow64"> 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) -- still requires (just) - <pkg>dev-util/mingw64-toolchain</pkg> with abi_x86_32 + may have slightly worse OpenGL performance or other + issues compared to USE=abi_x86_32, also lacks 16bit + support) -- still need <pkg>dev-util/mingw64-toolchain</pkg> + with abi_x86_32 which itself does not need multilib </flag> </use> <upstream> |