commit: 788be9eae39d2e4345a4ecc0b6a7e861a8f8681b Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 25 17:42:49 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sun Aug 25 17:43:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=788be9ea
profiles/mips: mask some options for app-alternatives/* Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/arch/mips/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/mips/package.use.mask b/profiles/arch/mips/package.use.mask index ebb4e48d2860..d877d9ed3a7b 100644 --- a/profiles/arch/mips/package.use.mask +++ b/profiles/arch/mips/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Arthur Zamarin <[email protected]> (2024-08-25) +# alternatives not available on mips +app-alternatives/awk nawk +app-alternatives/bc gh +app-alternatives/lex reflex + # Arthur Zamarin <[email protected]> (2024-07-05) # Avoid unkeyworded media-gfx/libimagequant dev-python/pillow imagequant
