commit: dbd83d62a5ff5c9a459cc11d2979881a4fe3e120 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed May 7 09:35:48 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 7 09:35:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd83d62
profiles: mask older glibc/binutils Can't do <2.44 yet for binutils because of go-1.23 vs gold on arm. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index a35de9187160..757f201895e4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -650,10 +650,10 @@ media-plugins/kodi-game-libretro-dosbox # If you still use one of these old toolchain packages, please upgrade (and # switch the compiler / the binutils) ASAP. If you need them for a specific # (isolated) use case, feel free to unmask them on your system. -<sys-libs/glibc-2.38-r10 -<sys-libs/binutils-libs-2.42 -<sys-devel/binutils-2.42 -<sys-devel/binutils-hppa64-2.42 +<sys-libs/glibc-2.40-r8 +<sys-libs/binutils-libs-2.43-r3 +<sys-devel/binutils-2.43-r2 +<sys-devel/binutils-hppa64-2.43-r2 # Michael Orlitzky <[email protected]> (2017-01-07) # This package has some dangerous quality and security issues, but
