diff options
author | 2019-08-27 11:49:45 +0200 | |
---|---|---|
committer | 2019-08-27 12:24:08 +0200 | |
commit | ece70ecf8cdc499919365e26af0c195d8597e8c5 (patch) | |
tree | 87687a8d9913b567b2d54b4c481724cb5d91891d /app-editors/ersatz-emacs/files | |
parent | dev-ada/gtkada: fix repoman warnings (diff) | |
download | gentoo-ece70ecf8cdc499919365e26af0c195d8597e8c5.tar.gz gentoo-ece70ecf8cdc499919365e26af0c195d8597e8c5.tar.bz2 gentoo-ece70ecf8cdc499919365e26af0c195d8597e8c5.zip |
app-editors/ersatz-emacs: Bump EAPI to 7.
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/ersatz-emacs/files')
-rw-r--r-- | app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch b/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch index 67c40e789241..3a31f2f116ca 100644 --- a/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch +++ b/app-editors/ersatz-emacs/files/ersatz-emacs-20060515-gentoo.patch @@ -1,5 +1,5 @@ ---- display.c -+++ display.c +--- a/display.c ++++ b/display.c @@ -5,6 +5,7 @@ * hints that are left in the windows by the commands */ @@ -16,8 +16,8 @@ int i; (*term.t_open) (); ---- line.c -+++ line.c +--- a/line.c ++++ b/line.c @@ -47,7 +47,6 @@ { LINE *lp; @@ -35,8 +35,8 @@ char *nbufp; if (kused == ksize) ---- tcap.c -+++ tcap.c +--- a/tcap.c ++++ b/tcap.c @@ -2,6 +2,7 @@ #define termdef 1 /* don't define "term" external */ @@ -45,8 +45,8 @@ #include <stdio.h> /* puts(3), snprintf(3) */ #include "estruct.h" #include "edef.h" ---- termio.c -+++ termio.c +--- a/termio.c ++++ b/termio.c @@ -5,6 +5,7 @@ */ |