commit: fdf6b0e5aacc5cd9ba2c9efafbfaca17e67b789a Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Sep 19 08:23:40 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Sep 19 12:46:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf6b0e5
profiles: Mask app-text/htmltidy[test] on m68k Requires Ruby, which is 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 7b118b2eab7..122a64163d1 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 Ruby, which is broken on m68k. +app-text/htmltidy test + # James Le Cuirot <[email protected]> (2021-09-19) # Requires texlive and friends to be keyworded. app-doc/doxygen doc
