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: Fri, 02 Apr 2021 01:03:54
Message-Id: 1617324092.1a9940d0ac4095df662d7275198e6459e2083f1b.mjo@gentoo
1 commit: 1a9940d0ac4095df662d7275198e6459e2083f1b
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 23:07:39 2021 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 00:41:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a9940d0
7
8 sci-mathematics/maxima: require USE="ansi" and USE="readline" for gcl.
9
10 While digging through its configure.ac, I noticed that maxima needs
11 (and checks for) ANSI support within GCL. And we pull in
12 app-misc/rlwrap to ensure that all lisp implementations support
13 readline, but not for gcl. So we probably want USE=readline there,
14 too. The revisions are getting annoying but I have to fix this
15 before I forget.
16
17 Package-Manager: Portage-3.0.13, Repoman-3.0.2
18 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
19
20 .../maxima/{maxima-5.44.0-r7.ebuild => maxima-5.44.0-r8.ebuild} | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
22
23 diff --git a/sci-mathematics/maxima/maxima-5.44.0-r7.ebuild b/sci-mathematics/maxima/maxima-5.44.0-r8.ebuild
24 similarity index 99%
25 rename from sci-mathematics/maxima/maxima-5.44.0-r7.ebuild
26 rename to sci-mathematics/maxima/maxima-5.44.0-r8.ebuild
27 index f428670e1bf..1ef1c4f672a 100644
28 --- a/sci-mathematics/maxima/maxima-5.44.0-r7.ebuild
29 +++ b/sci-mathematics/maxima/maxima-5.44.0-r8.ebuild
30 @@ -30,7 +30,7 @@ LISP_DEPEND="
31 clozurecl64? ( dev-lisp/clozurecl app-misc/rlwrap )
32 cmucl? ( dev-lisp/cmucl app-misc/rlwrap )
33 ecls? ( dev-lisp/ecls app-misc/rlwrap )
34 - gcl? ( dev-lisp/gcl )
35 + gcl? ( dev-lisp/gcl[ansi,readline] )
36 sbcl? ( dev-lisp/sbcl app-misc/rlwrap )
37 "