commit: f2c63744e769749b3fa9a92761611f484eb0b39f Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Mar 5 11:12:45 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Mar 5 11:13:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2c63744
profiles, musl: stable-mask gprofng in binutils Bug: https://bugs.gentoo.org/912284 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/features/musl/package.use.stable.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/features/musl/package.use.stable.mask b/profiles/features/musl/package.use.stable.mask index cb966199314d..078dde355c91 100644 --- a/profiles/features/musl/package.use.stable.mask +++ b/profiles/features/musl/package.use.stable.mask @@ -1,6 +1,12 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# 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
