commit: 10e3a3d4e824dbf51421c350f6433f74d77fd353 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jul 15 00:11:59 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 15 00:11:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e3a3d4
profiles/features/musl/package.mask: fix mask order Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 2539c475508..afb5ebda7f3 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -44,6 +44,13 @@ dev-libs/elfutils # Linux debugger needs a port to musl. app-emulation/dosemu +# Mikle Kolyada <[email protected]> (2020-03-20) +# No source builds for musl +app-emulation/firecracker + +# Old undated blocks of masks +# + sys-libs/uclibc-ng sys-libs/glibc @@ -55,8 +62,8 @@ sys-fs/udev # systemd sources fail to build without glibc sys-boot/systemd-boot -# Ian Stakenvicius, 2017-06-14 -# on behalf of [email protected] +# Ian Stakenvicius <[email protected]> (2017-06-14) +# (on behalf of <[email protected]>) # Mask firefox-54 and above as it requires rust # now, and rust reportedly will not build yet. >=www-client/firefox-54.0 @@ -65,7 +72,3 @@ sys-boot/systemd-boot dev-lang/rust-bin mail-client/thunderbird-bin www-client/firefox-bin - -# Mikle Kolyada <[email protected]> (2020-03-20) -# No source builds for musl -app-emulation/firecracker
