diff options
author | Sam James <sam@gentoo.org> | 2024-07-27 20:36:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-27 20:37:18 +0100 |
commit | 6b3fd0c32591d73716dff6c424f23d2775c58923 (patch) | |
tree | a7bcb470a1f75db645007ca25a19b0544757313b /profiles/features | |
parent | net-misc/tigervnc: drop 1.13.90-r1 (diff) | |
download | gentoo-6b3fd0c32591d73716dff6c424f23d2775c58923.tar.gz gentoo-6b3fd0c32591d73716dff6c424f23d2775c58923.tar.bz2 gentoo-6b3fd0c32591d73716dff6c424f23d2775c58923.zip |
profiles/features/musl: mask binutils[gprofng] everywhere
Not just on stable.
Bug: https://bugs.gentoo.org/912284
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/musl/package.use.mask | 5 | ||||
-rw-r--r-- | 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 <dilfridge@gentoo.org> (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 <vimproved@inventati.org> (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 <dilfridge@gentoo.org> (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 <dilfridge@gentoo.org> (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 <sam@gentoo.org> (2022-10-04) # libxcrypt migration isn't yet stable on musl. sys-auth/pambase yescrypt |