diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-30 23:19:03 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2021-09-30 23:26:20 -0400 |
commit | 6fb23fdefde1d7213fd74f2d837a3c56fdecbf1d (patch) | |
tree | 3d6e1db5a6143ebc4adfac026af333e2fae7f2a9 /app-emacs/lv/files | |
parent | a1fc358d7330125651b249b1265c3b8230c86559 (diff) | |
download | ebuilds-6fb23fdefde1d7213fd74f2d837a3c56fdecbf1d.tar.gz |
app-emacs/lv: updated to 0.15.0_p20200507 so we can remove useless patch
Diffstat (limited to 'app-emacs/lv/files')
-rw-r--r-- | app-emacs/lv/files/lv-require-cl-lib.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emacs/lv/files/lv-require-cl-lib.patch b/app-emacs/lv/files/lv-require-cl-lib.patch deleted file mode 100644 index 805c427..0000000 --- a/app-emacs/lv/files/lv-require-cl-lib.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lv.el b/lv.el -index bc83f07..61d0971 100644 ---- a/lv.el -+++ b/lv.el -@@ -33,6 +33,8 @@ - - ;;; Code: - -+(require 'cl-lib) -+ - (defgroup lv nil - "The other echo area." - :group 'minibuffer |