commit: 42d933a41586e63225e52c83f8682da0eb846273 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Sep 19 21:05:29 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Sep 19 21:43:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d933a4
profiles: Mask media-gfx/graphviz[svg] on m68k It requires Rust, which is currently unavailable 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 122a64163d1..0f46f4297df 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-19) +# Requires Rust, which is currently unavailable on m68k. +media-gfx/graphviz svg + # James Le Cuirot <[email protected]> (2021-09-19) # Requires Ruby, which is broken on m68k. app-text/htmltidy test
