From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 570481584AD for ; Sun, 27 Apr 2025 08:27:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 33C833430FD for ; Sun, 27 Apr 2025 08:27:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AA64A1104BA; Sun, 27 Apr 2025 08:27:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A4E191104BA for ; Sun, 27 Apr 2025 08:27:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D5893430AC for ; Sun, 27 Apr 2025 08:27:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED3CD2668 for ; Sun, 27 Apr 2025 08:27:27 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1745742384.49b81ccaa6d1ef4aac6cdea8ef7677537ff47bdf.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/package.use.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 49b81ccaa6d1ef4aac6cdea8ef7677537ff47bdf X-VCS-Branch: master Date: Sun, 27 Apr 2025 08:27:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5446c0b1-9ab7-43ad-98f4-ec76796e365c X-Archives-Hash: bc785ab23b1fc92f6ca103f68a45fb6f commit: 49b81ccaa6d1ef4aac6cdea8ef7677537ff47bdf Author: Ionen Wolkens gentoo org> AuthorDate: Sun Apr 27 06:24:48 2025 +0000 Commit: Ionen Wolkens gentoo 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 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 (2025-03-17) # media-libs/libyuv is not keyworded