diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-08-30 06:29:04 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-09-01 16:50:11 -0400 |
commit | 0b554b2fc340d5dbd22d8a40de1e7c4227b46ef4 (patch) | |
tree | ea791c32ce3ad2b997bc6abf0e78fb7e1bbf5a4d /profiles | |
parent | profiles/arch/riscv: unmask lisp implementations that have keywords (diff) | |
download | gentoo-0b554b2fc340d5dbd22d8a40de1e7c4227b46ef4.tar.gz gentoo-0b554b2fc340d5dbd22d8a40de1e7c4227b46ef4.tar.bz2 gentoo-0b554b2fc340d5dbd22d8a40de1e7c4227b46ef4.zip |
profiles/arch/riscv: mask USE=vtk for sci-mathematics/maxima
This pulls in sci-libs/vtk, which lacks keywords and pulls in a thousand
other things. It's highly optional and not worth the effort right now.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 2cf08707fcd8..d18dd825222c 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,11 @@ # Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Michael Orlitzky <mjo@gentoo.org> (2024-09-01) +# Mask the optional plotting backend sci-libs/vtk because it's a beast +# and I don't want to deal with it right now. +sci-mathematics/maxima vtk + # Michael Orlitzky <mjo@gentoo.org> (2024-08-26) # There's an unexplained test failure in sci-libs/qd that I've emailed # the authors about. Until we know what's up with that, USE=qd should |