commit: 49b81ccaa6d1ef4aac6cdea8ef7677537ff47bdf Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sun Apr 27 06:24:48 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Sun Apr 27 08:26:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49b81cca
profiles/arch/arm64: unmask app-emulation/wine-*[wow64] Technically does not work out of the box (need setting up xtajit.dll in the prefix), but it shouldn't fail to build and little reason to keep it masked. It shouldn't be made default for nothing though unlike on amd64 where we enable it on no-multilib. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/arch/arm64/package.use.mask | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index d96269bc0bff..bb0f0109e084 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -5,11 +5,10 @@ # These are not currently supported on arm64. Porting wine-gecko and # wine-mono is on Wine's TODO[1], mingw64-toolchain lacks ebuild # support (crossdev might be usable, but users are on their own there), -# dosbox is not keyworded here, and wow64 would require x86 emulation -# to make sense. +# and dosbox is not keyworded here. # [1] https://gitlab.winehq.org/wine/wine/-/wikis/ARM64#todo -app-emulation/wine-vanilla crossdev-mingw dos gecko mingw mono wow64 -app-emulation/wine-staging crossdev-mingw dos gecko mingw mono wow64 +app-emulation/wine-vanilla crossdev-mingw dos gecko mingw mono +app-emulation/wine-staging crossdev-mingw dos gecko mingw mono # NRK <[email protected]> (2025-03-17) # media-libs/libyuv is not keyworded
