commit: 07722d52745d8702b98bb8e88234bd6c00b58cd3 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Aug 22 17:57:27 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Aug 22 17:58:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07722d52
m68k: mask zstd useflag Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/m68k/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 2b2f55218cb..be156ba36b6 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -m68k +# Andreas K. Hüttel <[email protected]> (2021-08-22) +# app-arch/zstd is broken +zstd + # James Le Cuirot <[email protected]> (2021-08-20) # There is a community effort to bring Rust to m68k but it's not ready yet. rust
