diff options
author | Andrey Grozin <grozin@gentoo.org> | 2023-07-22 22:19:02 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2023-07-22 22:19:02 +0700 |
commit | e5148bcca6a9be398db0834319674d46ec7be431 (patch) | |
tree | be11a57a6898dd4a86d4d7cbdb1e93db7f872742 | |
parent | dev-lisp/gcl: bump to 2.6.15_pre3 (diff) | |
download | gentoo-e5148bcca6a9be398db0834319674d46ec7be431.tar.gz gentoo-e5148bcca6a9be398db0834319674d46ec7be431.tar.bz2 gentoo-e5148bcca6a9be398db0834319674d46ec7be431.zip |
sci-mathematics/maxima: use new versions of gcl
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
-rw-r--r-- | sci-mathematics/maxima/maxima-5.47.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/maxima/maxima-5.47.0.ebuild b/sci-mathematics/maxima/maxima-5.47.0.ebuild index 22da4534cb1e..783f1b57f66f 100644 --- a/sci-mathematics/maxima/maxima-5.47.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.47.0.ebuild @@ -30,7 +30,7 @@ LISP_DEPEND=" clozurecl64? ( dev-lisp/clozurecl app-misc/rlwrap ) cmucl? ( dev-lisp/cmucl app-misc/rlwrap ) ecls? ( dev-lisp/ecls:= app-misc/rlwrap ) - gcl? ( <dev-lisp/gcl-2.6.14[ansi,readline] ) + gcl? ( >=dev-lisp/gcl-2.6.14[ansi,readline] ) sbcl? ( dev-lisp/sbcl:= app-misc/rlwrap ) " |