diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-03-26 23:47:43 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-03-26 23:47:43 -0400 |
commit | 0d8f1f7a4e4031155212e6bf0b0865cea1f8baf2 (patch) | |
tree | 8df31e9ac03d964096df0eab95f1aa85cd44ece2 /sci-mathematics | |
parent | sci-mathematics/maxima: fix amd64 build with USE=clozurecl. (diff) | |
download | gentoo-0d8f1f7a4e4031155212e6bf0b0865cea1f8baf2.tar.gz gentoo-0d8f1f7a4e4031155212e6bf0b0865cea1f8baf2.tar.bz2 gentoo-0d8f1f7a4e4031155212e6bf0b0865cea1f8baf2.zip |
sci-mathematics/maxima: remove outdated app-emacs/imaxima blocker.
Fix the pkgcheck warning
OutdatedBlocker: version 5.43.2: outdated blocker
DEPEND="!app-emacs/imaxima": last match removed 3.12
years ago
by deleting that blocker.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/maxima/maxima-5.43.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/maxima/maxima-5.43.2.ebuild b/sci-mathematics/maxima/maxima-5.43.2.ebuild index 88f7e81d580d..e920da97f179 100644 --- a/sci-mathematics/maxima/maxima-5.43.2.ebuild +++ b/sci-mathematics/maxima/maxima-5.43.2.ebuild @@ -32,7 +32,7 @@ for lang in ${LANGS}; do done # texlive-latexrecommended needed by imaxima for breqn.sty -RDEPEND="!app-emacs/imaxima +RDEPEND=" X? ( x11-misc/xdg-utils sci-visualization/gnuplot[gd] tk? ( dev-lang/tk:0 ) ) |