commit: 1864571b9061a7d95dafe6d259fb369058a8e51a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 13 10:43:22 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 13 10:43:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1864571b
profiles/arch: stable-mask sys-fs/mdadm[corosync] on non-amd64/x86 sys-cluster/corosync isn't stabled on most arches. Bug: https://bugs.gentoo.org/949699 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/package.use.stable.mask | 4 ++++ profiles/arch/base/package.use.stable.mask | 6 +++++- profiles/arch/x86/package.use.stable.mask | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/profiles/arch/amd64/package.use.stable.mask b/profiles/arch/amd64/package.use.stable.mask index 6e15d890b567..29d4c687c983 100644 --- a/profiles/arch/amd64/package.use.stable.mask +++ b/profiles/arch/amd64/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2025-02-13) +# sys-cluster/corosync is marked stable here +sys-fs/mdadm -corosync + # Sam James <[email protected]> (2025-02-09) # dev-libs/rocdbgapi is not yet marked stable dev-debug/gdb rocm diff --git a/profiles/arch/base/package.use.stable.mask b/profiles/arch/base/package.use.stable.mask index 939d4f924666..6a1da0e0bbb6 100644 --- a/profiles/arch/base/package.use.stable.mask +++ b/profiles/arch/base/package.use.stable.mask @@ -1,6 +1,10 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-02-13) +# sys-cluster/corosync is not marked stable on most arches +sys-fs/mdadm corosync + # Sam James <[email protected]> (2023-07-28) # media-libs/libffado not marked stable on most arches media-video/pipewire -ieee1394 diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask index 9726a67d739f..f3bdbc34ae8a 100644 --- a/profiles/arch/x86/package.use.stable.mask +++ b/profiles/arch/x86/package.use.stable.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2025-02-13) +# sys-cluster/corosync is marked stable here +sys-fs/mdadm -corosync + # Sam James <[email protected]> (2025-01-04) # kde-plasma/kde-cli-tools not marked stable here x11-misc/xdg-utils plasma
