commit: 0be1714bab06b72ddc50ccd271a9d4430c26e5e9 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Fri Aug 30 12:06:52 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Sep 1 20:50:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be1714b
profiles/arch/riscv: unmask lisp implementations that have keywords Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> profiles/arch/riscv/use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/arch/riscv/use.mask b/profiles/arch/riscv/use.mask index 00ac5effb49e..3c3913716246 100644 --- a/profiles/arch/riscv/use.mask +++ b/profiles/arch/riscv/use.mask @@ -4,6 +4,13 @@ # Unmask the flag which corresponds to ARCH. -riscv +# Michael Orlitzky <[email protected]> (2024-09-01) +# These lisp implementations have ~riscv keywords. +# This counteracts the mask in arch/base/use.mask. +-clisp +-ecl +-gcl + # Andrew Ammerlaan <[email protected]> (2023-07-11) # Unmask secureboot flag on arches where sbsigntools is keyworded -secureboot
