commit: 3c97fcd07260232aabafbbe4f3458823c810c832 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Nov 27 18:43:26 2022 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Nov 27 18:43:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c97fcd0
profiles: zstd is no longer broken on m68k Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/package.use.mask | 4 ---- profiles/arch/m68k/use.mask | 4 ---- 2 files changed, 8 deletions(-) diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index bed1ecab879c..c9cf8600697b 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -32,10 +32,6 @@ app-editors/emacs gui mailutils # Needs a lot of Perl packages to be keyworded. dev-vcs/git doc -# James Le Cuirot <[email protected]> (2021-09-20) -# Requires zstd, which is currently broken on m68k. -dev-util/cmake test - # James Le Cuirot <[email protected]> (2021-09-19) # Avoid having to keyword Poppler and X11 libraries for now. media-gfx/graphviz pdf diff --git a/profiles/arch/m68k/use.mask b/profiles/arch/m68k/use.mask index 4df4b49e6738..5079fb4ece93 100644 --- a/profiles/arch/m68k/use.mask +++ b/profiles/arch/m68k/use.mask @@ -81,10 +81,6 @@ vulkan # Ruby just crashes on startup. ruby -# Andreas K. Hüttel <[email protected]> (2021-08-22) -# app-arch/zstd is broken -zstd - # James Le Cuirot <[email protected]> (2021-08-20) # Qt is not keyworded or tested. qt5
