commit: 3dbdb75e93b7ff5c333b7cbf8928d4b178706e58 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Sep 20 20:53:34 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Sep 20 20:53:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbdb75e
profiles: Mask dev-util/cmake[test] on m68k It requires zstd, which is currently broken on m68k. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/m68k/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/m68k/package.use.mask b/profiles/arch/m68k/package.use.mask index 65fe35ddf30..3d859953d6a 100644 --- a/profiles/arch/m68k/package.use.mask +++ b/profiles/arch/m68k/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# 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 lefty pdf
