diff options
author | Andrey Grozin <grozin@gentoo.org> | 2021-06-09 17:28:22 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2021-06-09 17:28:22 +0700 |
commit | 28f7c358f20c84b1c8b1c5be1b9afe057f8529e0 (patch) | |
tree | 3781283c4a541610b8afdd3535885c71de5fb1be /sci-mathematics/maxima | |
parent | dev-java/icedtea: add 3.19.0 (diff) | |
download | gentoo-28f7c358f20c84b1c8b1c5be1b9afe057f8529e0.tar.gz gentoo-28f7c358f20c84b1c8b1c5be1b9afe057f8529e0.tar.bz2 gentoo-28f7c358f20c84b1c8b1c5be1b9afe057f8529e0.zip |
sci-mathematics/maxima: depend on >=emacs-26
Closes: https://bugs.gentoo.org/794190
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'sci-mathematics/maxima')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.45.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/maxima/maxima-5.45.0.ebuild b/sci-mathematics/maxima/maxima-5.45.0.ebuild index 32f16ada3d35..d76b8b910379 100644 --- a/sci-mathematics/maxima/maxima-5.45.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.45.0.ebuild @@ -47,7 +47,7 @@ BDEPEND=" DEPEND=" ${LISP_DEPEND} - emacs? ( >=app-editors/emacs-23.1:* ) + emacs? ( >=app-editors/emacs-26:* ) gui? ( dev-lang/tk:0 ) " |