commit: 7cc84321466c54fb955d9d15ebfb4e1303ef938b Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Feb 7 02:17:35 2026 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Feb 7 05:25:18 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc84321
profiles/features/musl: move recent mask to the top Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> profiles/features/musl/package.mask | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 6a9a9d96c1e9..83f9f9f5960b 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel <[email protected]> (2026-02-04) +# New systemd now has experimental support for musl +<sys-apps/systemd-259 + # Jaco Kroon <[email protected]> (2025-12-06) # anydesk is pre-build with glibc, will not work on MUSL. net-misc/anydesk @@ -502,9 +506,5 @@ sys-libs/glibc -sys-libs/musl -sys-libs/libucontext -# Andreas K. Hüttel <[email protected]> (2026-02-04) -# New systemd now has experimental support for musl -<sys-apps/systemd-259 - # rust-bin isn't available on all platforms dev-lang/rust-bin
