commit: c6d4e3af994b7ec052c926dec7d0980a2d9dc561 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 5 03:58:15 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 5 03:58:15 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d4e3af
profiles/features/musl: shift more systemd masks to be stable-only Followup to 63e148193a2e8e18437cf22b3868d695ecbeef20 and df7c18820cdd8f7e65ffb968a2dc0d9500fb8109. Note that the installkernel negation is right (it's from the previous mask). Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.use.mask | 1 + profiles/features/musl/package.use.stable.mask | 6 ++++++ profiles/features/musl/use.stable.mask | 6 ++++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 0f5ac7d40924..86b010ae4eae 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -4,6 +4,7 @@ # Andreas K. Hüttel <[email protected]> (2026-02-04) # Some systemd features will never work on musl. sys-apps/systemd homed +sys-auth/pambase homed # Sv. Lockal <[email protected]> (2025-07-07) # sci-libs/aotriton-bin is masked on musl diff --git a/profiles/features/musl/package.use.stable.mask b/profiles/features/musl/package.use.stable.mask index 80280bd27650..43101672abdf 100644 --- a/profiles/features/musl/package.use.stable.mask +++ b/profiles/features/musl/package.use.stable.mask @@ -1,6 +1,12 @@ # Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2026-02-05) +# >=sys-apps/systemd-259 does not yet have stable keywords +sys-kernel/installkernel -systemd +net-analyzer/wireshark sdjournal +sys-apps/ipmitool openbmc + # Andreas K. Hüttel <[email protected]> (2024-03-07) # This doesn't work yet with musl-1.2.4, bug 906603 llvm-runtimes/compiler-rt-sanitizers msan diff --git a/profiles/features/musl/use.stable.mask b/profiles/features/musl/use.stable.mask index e3ceb312a194..e5c6898c45a2 100644 --- a/profiles/features/musl/use.stable.mask +++ b/profiles/features/musl/use.stable.mask @@ -1,6 +1,8 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sam James <[email protected]> (2026-02-04) +# Sam James <[email protected]> (2026-02-05) # >=sys-apps/systemd-259 does not yet have stable keywords systemd +generic-uki +uwsgi_plugins_systemd_logger
