commit: 70d18768bbf598d69c5a81228e8a512b1377f7d2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 31 04:46:36 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 31 04:46:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d18768
profiles/features/musl: mask dev-debug/gprofng-gui It depends on sys-devel/binutils[gprofng] which is masked on musl. 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 87c5327915db..8f0c620b4211 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <[email protected]> (2024-08-31) +# sys-devel/binutils[gprofng] is masked on musl +dev-debug/gprofng-gui + # Sam James <[email protected]> (2024-08-21) # systemtap needs porting to musl. Fails to compile in a few ways. # See bug #925857.
