commit: 778b44c821e22fa41cdab710a8c13db024d945e8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Nov 22 07:56:44 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 22 07:57:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778b44c8
profiles/features/prefix: drop binutils mask It looks like the issue is glibc-2.34, not binutils. Bug: https://bugs.gentoo.org/824482 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/prefix/package.mask | 6 ------ 1 file changed, 6 deletions(-) diff --git a/profiles/features/prefix/package.mask b/profiles/features/prefix/package.mask index c63283b4c23d..80c1a0a431da 100644 --- a/profiles/features/prefix/package.mask +++ b/profiles/features/prefix/package.mask @@ -1,12 +1,6 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sam James <[email protected]> (2021-11-20) -# Latest revision may somehow not respect prefix search paths -# Need further investigation -# bug #824482 ->=sys-devel/binutils-2.37_p1-r1 - # Benda Xu <[email protected]> (2019-08-20) # systemd is set to invade pid 1, which is not possible for Prefix. # The following are its reverse dependencies.
