Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/maxima/
Date: Wed, 14 Sep 2022 12:52:32
Message-Id: 1663159681.da876bb7967ac450e1986fca23382881dd441229.mjo@gentoo
1 commit: da876bb7967ac450e1986fca23382881dd441229
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 14 12:48:01 2022 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 14 12:48:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da876bb7
7
8 sci-mathematics/maxima: disable the failing test suite.
9
10 Stabilization of maxima-5.46.0 is pending, but its test suite fails even
11 after disabling a chunk of unmaintained "share" tests. The failures have
12 all been reported upstream; for now let's just turn it off so we don't
13 annoy users.
14
15 Bug: https://bugs.gentoo.org/867547
16 Closes: https://bugs.gentoo.org/838202
17 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
18
19 sci-mathematics/maxima/maxima-5.46.0.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/sci-mathematics/maxima/maxima-5.46.0.ebuild b/sci-mathematics/maxima/maxima-5.46.0.ebuild
23 index e6051e772c32..8101640819ba 100644
24 --- a/sci-mathematics/maxima/maxima-5.46.0.ebuild
25 +++ b/sci-mathematics/maxima/maxima-5.46.0.ebuild
26 @@ -16,7 +16,7 @@ SLOT="0"
27 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
28
29 IUSE="clisp clozurecl clozurecl64 cmucl ecls emacs gcl gui nls +sbcl vtk X test"
30 -RESTRICT="!test? ( test )"
31 +RESTRICT="test" # bug 838202
32
33 # Languages
34 LANGS="de es pt pt_BR"