commit: 70c4294e8240ed4c4f5d4f78942702412e40c055 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 12 00:43:09 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 12 00:43:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c4294e
profiles/features/musl: mask USE=dtrace too .. as dev-debug/dtrace (and indeed dev-debug/systemtap) are masked on musl. Bug: https://bugs.gentoo.org/939569 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/use.mask | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/profiles/features/musl/use.mask b/profiles/features/musl/use.mask index f5d6d5e272b5..376c8c1f6771 100644 --- a/profiles/features/musl/use.mask +++ b/profiles/features/musl/use.mask @@ -1,18 +1,19 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Select the correct ELIBC -elibc_musl elibc_glibc +# Sam James <[email protected]> (2025-07-12) +# dev-debug/dtrace and dev-debug/systemtap don't work on musl +dtrace +systemtap + # Paul Zander <[email protected]> (2025-04-16) # sci-libs/mkl is masked on musl mkl -# Sam James <[email protected]> (2024-08-21) -# dev-debug/systemtap doesn't work on musl -systemtap - # Sam James <[email protected]> (2022-10-04) # Mask USE flags which pull in a binary package linked against glibc (rolling # mask, use for all such packages)
