diff options
author | 2024-08-30 08:06:52 -0400 | |
---|---|---|
committer | 2024-09-01 16:50:09 -0400 | |
commit | 0be1714bab06b72ddc50ccd271a9d4430c26e5e9 (patch) | |
tree | 28655987dd3d23a7e04555a9a7729b823aec7e60 /profiles/arch/riscv | |
parent | app-crypt/osslsigncode: drop 2.5 (diff) | |
download | gentoo-0be1714bab06b72ddc50ccd271a9d4430c26e5e9.tar.gz gentoo-0be1714bab06b72ddc50ccd271a9d4430c26e5e9.tar.bz2 gentoo-0be1714bab06b72ddc50ccd271a9d4430c26e5e9.zip |
profiles/arch/riscv: unmask lisp implementations that have keywords
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'profiles/arch/riscv')
-rw-r--r-- | profiles/arch/riscv/use.mask | 7 |
1 files changed, 7 insertions, 0 deletions
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 <mjo@gentoo.org> (2024-09-01) +# These lisp implementations have ~riscv keywords. +# This counteracts the mask in arch/base/use.mask. +-clisp +-ecl +-gcl + # Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-07-11) # Unmask secureboot flag on arches where sbsigntools is keyworded -secureboot |