commit: 5485e811e7014d4238b7cb2b6db14e9e12113846
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 12:20:57 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 12:36:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5485e811
app-emacs/vterm: Use versioned filename for patch
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
...-dont-compile.patch => vterm-0.0.1_pre20200713-dont-compile.patch} | 0
app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-emacs/vterm/files/vterm-dont-compile.patch
b/app-emacs/vterm/files/vterm-0.0.1_pre20200713-dont-compile.patch
similarity index 100%
rename from app-emacs/vterm/files/vterm-dont-compile.patch
rename to app-emacs/vterm/files/vterm-0.0.1_pre20200713-dont-compile.patch
diff --git a/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild
b/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild
index 3f049c76abd..b3df66ead64 100644
--- a/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild
+++ b/app-emacs/vterm/vterm-0.0.1_pre20200713.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,7 @@ RDEPEND="${DEPEND}
>=app-editors/emacs-26:*[dynamic-loading]"
S="${WORKDIR}/${MY_PN}-${COMMIT}"
-PATCHES=( "${FILESDIR}"/${PN}-dont-compile.patch )
+PATCHES=( "${FILESDIR}"/${P}-dont-compile.patch )
SITEFILE="50${PN}-gentoo.el"
DOCS="README.md"