commit: f2f23264ccec7bde3c9b017f206a59c0ec99696e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 24 07:28:44 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 24 07:28:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f23264
profiles/features/musl: fix mask entry Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 42cb762efabd..c0162ce33f48 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Christopher Fore <[email protected]> (2024-01-24) +# >=sys-fs/bcachefs-tools-1.4.1 uses functions currently not in Musl +# https://github.com/koverstreet/bcachefs-tools/issues/213 +>=sys-fs/bcachefs-tools-1.4.1 + # Conrad Kostecki <[email protected]> (2024-01-23) # Uses glibc function getsourcefilter(), # which are not available on musl. @@ -394,7 +399,3 @@ sys-block/wait-for-dri-devices-rules dev-lang/rust-bin mail-client/thunderbird-bin www-client/firefox-bin - -# >=sys-fs/bcachefs-tools-1.4.1 uses functions currently not in Musl -# https://github.com/koverstreet/bcachefs-tools/issues/213 ->=sys-fs/bcachefs-tools-1.4.1
