From 9a7c8672d2b48a355d3ed41ef561b22e886858b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Thu, 17 Oct 2019 15:46:06 +0200 Subject: [PATCH] app-emacs/mailcrypt: Fix backquotes patch. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This is purely cosmetic, because the affected code in mc-gpg.el won't be called in Emacs version 20 or later. Therefore committing this straight to stable. Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Ulrich Müller --- app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch | 2 +- .../{mailcrypt-3.5.9-r1.ebuild => mailcrypt-3.5.9-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename app-emacs/mailcrypt/{mailcrypt-3.5.9-r1.ebuild => mailcrypt-3.5.9-r2.ebuild} (96%) diff --git a/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch b/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch index 7cacdbb9e482..26b0e4301adc 100644 --- a/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch +++ b/app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch @@ -5,7 +5,7 @@ "Execute the forms in BODY with BUFFER as the current buffer. The value returned is the value of the last form in BODY." - (` (save-excursion (set-buffer (, buffer)) (,@ body))))) -+ `(save-excursion (set-buffer (, buffer)) (,@ body)))) ++ `(save-excursion (set-buffer ,buffer) ,@body))) ) (defun mc-gpg-debug-print (string) diff --git a/app-emacs/mailcrypt/mailcrypt-3.5.9-r1.ebuild b/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild similarity index 96% rename from app-emacs/mailcrypt/mailcrypt-3.5.9-r1.ebuild rename to app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild index 88f148624b2b..60f6a2ed7f21 100644 --- a/app-emacs/mailcrypt/mailcrypt-3.5.9-r1.ebuild +++ b/app-emacs/mailcrypt/mailcrypt-3.5.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -- 2.26.2