diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-08-10 04:09:44 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-08-10 06:14:30 -0400 |
commit | a6abfa1bef993cd52d5d25429d29c0c0c58abe15 (patch) | |
tree | ebda10e15f40673ff5bf7ccb129b55f07bd69ff7 /profiles | |
parent | profiles/arch/amd64/no-multilib: unmask abi_x86_32 for PE libraries (diff) | |
download | gentoo-a6abfa1bef993cd52d5d25429d29c0c0c58abe15.tar.gz gentoo-a6abfa1bef993cd52d5d25429d29c0c0c58abe15.tar.bz2 gentoo-a6abfa1bef993cd52d5d25429d29c0c0c58abe15.zip |
profiles/arch/amd64/no-multilib: enable USE=wow64 on wine-*
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/no-multilib/package.use | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/amd64/no-multilib/package.use b/profiles/arch/amd64/no-multilib/package.use new file mode 100644 index 000000000000..efa1e3485e8b --- /dev/null +++ b/profiles/arch/amd64/no-multilib/package.use @@ -0,0 +1,8 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Ionen Wolkens <ionen@gentoo.org> (2023-08-10) +# Multilib profiles (currently) prefer USE=abi_x86_32 over experimental +# USE=wow64, but experimental is better than no support for no-multilib. +app-emulation/wine-staging wow64 +app-emulation/wine-vanilla wow64 |