commit: d656452466a8bd050efd81e092534ae914064702 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Wed Jan 29 02:19:03 2025 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Wed Jan 29 23:16:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6564524
profiles/arch: mask x11-wm/fvwm3[go] where go is unavailable This is in preparation to keyword fvwm3 on arches where legacy fvwm is available as a replacement. Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> profiles/arch/alpha/package.use.mask | 4 ++++ profiles/arch/ppc/package.use.mask | 4 ++++ profiles/arch/sparc/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index 66cd6e9d1654..4623b370371e 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Jolly <[email protected]> (2025-01-29) +# Needs dev-lang/go which is not keyworded here +x11-wm/fvwm3 go + # Pacho Ramos <[email protected]> (2025-01-26) # Needs unkeyworded net-libs/msgraph gnome-base/gvfs onedrive diff --git a/profiles/arch/ppc/package.use.mask b/profiles/arch/ppc/package.use.mask index 23183ff7cf7e..406a9252e17d 100644 --- a/profiles/arch/ppc/package.use.mask +++ b/profiles/arch/ppc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Jolly <[email protected]> (2025-01-29) +# Needs dev-lang/go which is not keyworded here +x11-wm/fvwm3 go + # Paul Zander <[email protected]> (2024-11-04) # media-libs/libavif is not keyworded media-libs/opencv avif diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask index ce5d2e47e6bb..26d06c96076d 100644 --- a/profiles/arch/sparc/package.use.mask +++ b/profiles/arch/sparc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Jolly <[email protected]> (2025-01-29) +# Needs dev-lang/go which is not keyworded here +x11-wm/fvwm3 go + # Pacho Ramos <[email protected]> (2025-01-26) # Needs unkeyworded net-libs/msgraph gnome-base/gvfs onedrive
