commit: f6fae476b814458bbc6f20ca1a90e07baa42bdfa Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Mon Jan 26 00:35:28 2026 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Mon Jan 26 01:12:17 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6fae476
profiles/arch/arm64: override wine-*[wow64] default Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> profiles/arch/arm64/package.use | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/profiles/arch/arm64/package.use b/profiles/arch/arm64/package.use index a754ce4dfe8a..891c261d8e3d 100644 --- a/profiles/arch/arm64/package.use +++ b/profiles/arch/arm64/package.use @@ -1,6 +1,12 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens <[email protected]> (2026-01-25) +# Makes sense as a default on amd64, but pulls somewhat heavier +# dependencies for arm64 and not everyone needs this. +app-emulation/wine-staging -wow64 +app-emulation/wine-vanilla -wow64 + # Michał Górny <[email protected]> (2024-09-04) # Build with debugging support by default to facilitate dev-debug/dtrace # and sys-apps/systemd[bpf].
