commit: 0b554b2fc340d5dbd22d8a40de1e7c4227b46ef4 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Fri Aug 30 10:29:04 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Sep 1 20:50:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b554b2f
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 <AT> gentoo.org> profiles/arch/riscv/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) 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 <[email protected]> (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 <[email protected]> (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
