commit: 6b3fd0c32591d73716dff6c424f23d2775c58923 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 27 19:36:40 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 27 19:37:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b3fd0c3
profiles/features/musl: mask binutils[gprofng] everywhere Not just on stable. Bug: https://bugs.gentoo.org/912284 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.use.mask | 5 +++++ profiles/features/musl/package.use.stable.mask | 8 +------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 59aa13aa33cf..fc7357eef0bc 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -58,6 +58,11 @@ sys-devel/gcc cet sys-libs/binutils-libs cet sys-libs/glibc cet +# Andreas K. Hüttel <[email protected]> (2024-03-05) +# gprofng is still somewhat messed up with musl-1.2.4, does not build +# bug 912284 +sys-devel/binutils gprofng + # Violet Purcell <[email protected]> (2024-01-25) # f16c support in gtk4 requires the ifunc attribute, which # is not available on musl. There is a configure check for diff --git a/profiles/features/musl/package.use.stable.mask b/profiles/features/musl/package.use.stable.mask index 0a42768ac43b..a903356e7e0b 100644 --- a/profiles/features/musl/package.use.stable.mask +++ b/profiles/features/musl/package.use.stable.mask @@ -1,16 +1,10 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Andreas K. Hüttel <[email protected]> (2024-03-07) # This doesn't work yet with musl-1.2.4, bug 906603 sys-libs/compiler-rt-sanitizers msan -# Andreas K. Hüttel <[email protected]> (2024-03-05) -# gprofng is still somewhat messed up with musl-1.2.4, does not build -# let's hope this is fixed with the next release -# bug 912284 -<sys-devel/binutils-2.43 gprofng - # Sam James <[email protected]> (2022-10-04) # libxcrypt migration isn't yet stable on musl. sys-auth/pambase yescrypt
