diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2022-09-14 08:48:01 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2022-09-14 08:48:01 -0400 |
commit | da876bb7967ac450e1986fca23382881dd441229 (patch) | |
tree | 5a962a076730dbcbc6f1bdd60b2fc6251dc22f49 /sci-mathematics | |
parent | media-gfx/krita: drop 5.1.0_rc1 (diff) | |
download | gentoo-da876bb7967ac450e1986fca23382881dd441229.tar.gz gentoo-da876bb7967ac450e1986fca23382881dd441229.tar.bz2 gentoo-da876bb7967ac450e1986fca23382881dd441229.zip |
sci-mathematics/maxima: disable the failing test suite.
Stabilization of maxima-5.46.0 is pending, but its test suite fails even
after disabling a chunk of unmaintained "share" tests. The failures have
all been reported upstream; for now let's just turn it off so we don't
annoy users.
Bug: https://bugs.gentoo.org/867547
Closes: https://bugs.gentoo.org/838202
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.46.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/maxima/maxima-5.46.0.ebuild b/sci-mathematics/maxima/maxima-5.46.0.ebuild index e6051e772c32..8101640819ba 100644 --- a/sci-mathematics/maxima/maxima-5.46.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.46.0.ebuild @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="clisp clozurecl clozurecl64 cmucl ecls emacs gcl gui nls +sbcl vtk X test" -RESTRICT="!test? ( test )" +RESTRICT="test" # bug 838202 # Languages LANGS="de es pt pt_BR" |