commit: a2445853c10fff77dcd23b51d9eb5ce1386e7ede Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 12 00:40:02 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 12 00:40:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2445853
profiles/features/musl: mask dev-debug/dtrace It's not ported to musl. Closes: https://bugs.gentoo.org/939569 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index bc81e3a5402c..25f0c3f1c286 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2025-07-12) +# Not ported to musl (bug #939569, https://github.com/oracle/dtrace-utils/issues/87) +dev-debug/dtrace + # PPN-SD <[email protected]> (2025-08-07) # it requires termio.h (glibc) app-emulation/ski
