commit: 01cdafa7c51532f2fddd162810844c8a6443a853
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 10:06:22 2022 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 10:26:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01cdafa7
app-emacs/emhacks: Update to EAPI 8
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.../{emhacks-20070920-r1.ebuild => emhacks-20070920-r2.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-emacs/emhacks/emhacks-20070920-r1.ebuild
b/app-emacs/emhacks/emhacks-20070920-r2.ebuild
similarity index 90%
rename from app-emacs/emhacks/emhacks-20070920-r1.ebuild
rename to app-emacs/emhacks/emhacks-20070920-r2.ebuild
index 3fdd0d1d1b1c..560c143b7be9 100644
--- a/app-emacs/emhacks/emhacks-20070920-r1.ebuild
+++ b/app-emacs/emhacks/emhacks-20070920-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit elisp
@@ -21,5 +21,5 @@ src_prepare() {
# remove files included in Emacs>=22 or not useful on GNU/Linux
# remove jsee #642588
rm -r findstr* jsee* overlay-fix* recentf* ruler-mode* tree-widget* ||
die
- eapply_user
+ default
}