diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-08-30 06:31:40 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-09-01 16:50:13 -0400 |
commit | 29843941265001e45f9f617dbae39b53dec03221 (patch) | |
tree | 584c7efb41ea8f90c27b660607145182380d6ebd /sci-mathematics/maxima | |
parent | app-emacs/auctex: keyword 14.0.5 for ~riscv (diff) | |
download | gentoo-29843941265001e45f9f617dbae39b53dec03221.tar.gz gentoo-29843941265001e45f9f617dbae39b53dec03221.tar.bz2 gentoo-29843941265001e45f9f617dbae39b53dec03221.zip |
sci-mathematics/maxima: keyword 5.47.0-r1 for ~riscv
The tests fail, but from what I can tell, they fail the usual amount.
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.47.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/maxima/maxima-5.47.0-r1.ebuild b/sci-mathematics/maxima/maxima-5.47.0-r1.ebuild index a46260b283ef..21d00f97a4f7 100644 --- a/sci-mathematics/maxima/maxima-5.47.0-r1.ebuild +++ b/sci-mathematics/maxima/maxima-5.47.0-r1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" # say LLGPL version 2 or later which I have approximated by LLGPL-2.1. LICENSE="GPL-2 GPL-2+ LLGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="clisp clozurecl clozurecl64 cmucl ecl emacs gcl gui nls +sbcl vtk X test" RESTRICT="test" # bug 838202 |