diff options
author | Sam James <sam@gentoo.org> | 2021-11-20 23:31:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-20 23:31:48 +0000 |
commit | 409923c61c08bb0c46bf883af7b4c6c1f9bf859e (patch) | |
tree | eec1b779b5a638e86fbb141362571f55d2b07772 /profiles | |
parent | sys-libs/libcap: add diffutils BDEPEND (diff) | |
download | gentoo-409923c61c08bb0c46bf883af7b4c6c1f9bf859e.tar.gz gentoo-409923c61c08bb0c46bf883af7b4c6c1f9bf859e.tar.bz2 gentoo-409923c61c08bb0c46bf883af7b4c6c1f9bf859e.zip |
profiles/features/prefix: mask problematic Binutils version (2.37_p1-r1)
Doesn't seem to respect prefix search paths. Mask pending
further investigation to fix bootstraps.
Bug: https://bugs.gentoo.org/824482
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/prefix/package.mask | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/features/prefix/package.mask b/profiles/features/prefix/package.mask index 80c1a0a431da..c63283b4c23d 100644 --- a/profiles/features/prefix/package.mask +++ b/profiles/features/prefix/package.mask @@ -1,6 +1,12 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James <sam@gentoo.org> (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 <heroxbd@gentoo.org> (2019-08-20) # systemd is set to invade pid 1, which is not possible for Prefix. # The following are its reverse dependencies. |