commit: 9a7c8672d2b48a355d3ed41ef561b22e886858b8 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu Oct 17 13:46:06 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Thu Oct 17 13:49:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7c8672
app-emacs/mailcrypt: Fix backquotes patch. 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 <ulm <AT> gentoo.org> app-emacs/mailcrypt/files/mailcrypt-3.5.9-backquotes.patch | 2 +- .../mailcrypt/{mailcrypt-3.5.9-r1.ebuild => mailcrypt-3.5.9-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 7cacdbb9e48..26b0e4301ad 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 88f148624b2..60f6a2ed7f2 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