From: Michael Mair-Keimberger Date: Sat, 30 Mar 2019 15:49:46 +0000 (+0100) Subject: sci-mathematics/maxima: remove unused patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=33a9efe7abb126f6098204d55bb5e47d12722797;p=gentoo.git sci-mathematics/maxima: remove unused patch Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/11548 Signed-off-by: Aaron Bauman --- diff --git a/sci-mathematics/maxima/files/emacs-27.patch b/sci-mathematics/maxima/files/emacs-27.patch deleted file mode 100644 index ded116599008..000000000000 --- a/sci-mathematics/maxima/files/emacs-27.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -r -U2 maxima-5.41.0.orig/interfaces/emacs/imaxima/imaxima.el maxima-5.41.0/interfaces/emacs/imaxima/imaxima.el ---- maxima-5.41.0.orig/interfaces/emacs/imaxima/imaxima.el 2016-04-03 03:42:45.000000000 +0600 -+++ maxima-5.41.0/interfaces/emacs/imaxima/imaxima.el 2018-09-05 20:29:46.843231210 +0700 -@@ -528,5 +528,5 @@ - (set-process-filter imaxima-gs-process 'imaxima-gs-filter) - (imaxima-gs-wait) -- (process-kill-without-query imaxima-gs-process nil) -+ (set-process-query-on-exit-flag imaxima-gs-process nil) - (unless (eq (process-status imaxima-gs-process) 'run) - (setq output (shell-command-to-string (concat imaxima-gs-program " -h")))