diff options
author | 2025-01-29 12:19:03 +1000 | |
---|---|---|
committer | 2025-01-30 09:16:16 +1000 | |
commit | d656452466a8bd050efd81e092534ae914064702 (patch) | |
tree | 284a31c4cbca57894d3df38aeb05c3fefd72d638 /profiles | |
parent | dev-libs/elfutils: fix build failed w/ musl (diff) | |
download | gentoo-d656452466a8bd050efd81e092534ae914064702.tar.gz gentoo-d656452466a8bd050efd81e092534ae914064702.tar.bz2 gentoo-d656452466a8bd050efd81e092534ae914064702.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/ppc/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
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 <kangie@gentoo.org> (2025-01-29) +# Needs dev-lang/go which is not keyworded here +x11-wm/fvwm3 go + # Pacho Ramos <pacho@gentoo.org> (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 <kangie@gentoo.org> (2025-01-29) +# Needs dev-lang/go which is not keyworded here +x11-wm/fvwm3 go + # Paul Zander <negril.nx+gentoo@gmail.com> (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 <kangie@gentoo.org> (2025-01-29) +# Needs dev-lang/go which is not keyworded here +x11-wm/fvwm3 go + # Pacho Ramos <pacho@gentoo.org> (2025-01-26) # Needs unkeyworded net-libs/msgraph gnome-base/gvfs onedrive |