commit: 668d92fe13b55ebe6a70a98b43f3460fb69d53f3 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Sat Apr 19 08:57:25 2025 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Apr 21 01:52:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=668d92fe
profiles/arch/arm64: package.use.mask still unsupported wine USE Not adding wine-proton given really no intention to keyword that one on arm64, rather unlikely Valve tests it there and they will not offer support if something is broken. Note USE=mono is use.mask'ed on arm64 either way, but explicitly list it given it's not about the same packages for wine. In the future may instead need to unmask it here to allow a future ported wine-mono. Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/arch/arm64/package.use.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index f2f9a6e7e68c..34dd3f84e60d 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,16 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens <[email protected]> (2025-04-21) +# 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. +# [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 + # NRK <[email protected]> (2025-03-17) # media-libs/libyuv is not keyworded media-libs/libavif libyuv
