commit: 0a2ee51796b232d3eaa8834a88d6c36a9394ea7c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 16 01:58:49 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 16 01:58:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a2ee517
profiles/base: mask sys-fs/dd-rescue[cpu_flags_x86_avx2] Bug: https://bugs.gentoo.org/787134 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 1f0aa2423f5..09d78375fb5 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James <[email protected]> (2021-10-16) +# Fails to compile, bug #787134 +sys-fs/dd-rescue cpu_flags_x86_avx2 + # Marek Szuba <[email protected]> (2021-10-10) # Legacy interface that depends on dev-libs/libx86 and specific kernel # headers, both of which are only available on certain arches.
