diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-08-10 03:53:52 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-08-10 06:14:30 -0400 |
commit | 196f704748e954772e96526daa45318690391296 (patch) | |
tree | d088b932c04dfe921e99158ebddfd5e605f62ebd /profiles | |
parent | profiles/arch/x86: mask USE=wow64 for wine-* (diff) | |
download | gentoo-196f704748e954772e96526daa45318690391296.tar.gz gentoo-196f704748e954772e96526daa45318690391296.tar.bz2 gentoo-196f704748e954772e96526daa45318690391296.zip |
profiles/arch/amd64/no-multilib: unmask abi_x86_32 for PE libraries
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/no-multilib/package.use.mask | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/profiles/arch/amd64/no-multilib/package.use.mask b/profiles/arch/amd64/no-multilib/package.use.mask index 88735e0a784d..918775208b01 100644 --- a/profiles/arch/amd64/no-multilib/package.use.mask +++ b/profiles/arch/amd64/no-multilib/package.use.mask @@ -1,6 +1,16 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens <ionen@gentoo.org> (2023-08-10) +# These use 32bit PE libraries (mingw) and are usable on no-multilib. +# TODO?: this profile hides this USE, as such it is difficult to tell +# if it is enabled or not outside build logs and may ideally need to +# be renamed (they are however all enabled by default) +app-emulation/dxvk -abi_x86_32 +app-emulation/vkd3d-proton -abi_x86_32 +app-emulation/wine-gecko -abi_x86_32 +dev-util/mingw64-toolchain -abi_x86_32 + # James Le Cuirot <chewi@gentoo.org> (2022-06-25) # This flag concerns a 32-bit x86-specific problem. sys-libs/glibc stack-realign |