commit: c17454a14ddfa64164379809573db62e61b71d94 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Wed Aug 12 19:54:02 2020 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Wed Aug 12 19:54:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17454a1
profiles: mask glibc-2.31-r6 on x32 for bug 736904 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> profiles/arch/amd64/x32/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask index 6e3deb1194c..c5665e8060f 100644 --- a/profiles/arch/amd64/x32/package.mask +++ b/profiles/arch/amd64/x32/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ben Kohler <[email protected]> (2020-08-12) +# Breaks several portage features, see bug 736904 +=sys-libs/glibc-2.31-r6 + # Marek Szuba <[email protected]> (2020-05-08) # Requires sys-cluster/ceph, which is masked in this profile as well # (see below)
