diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-08-31 12:06:22 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-08-31 12:26:14 +0200 |
commit | 01cdafa7c51532f2fddd162810844c8a6443a853 (patch) | |
tree | 62b68edd69456f0b772d1183b884a7f3e3a70a4d /app-emacs | |
parent | profiles/features/musl: package.mask dev-libs/optix (diff) | |
download | gentoo-01cdafa7c51532f2fddd162810844c8a6443a853.tar.gz gentoo-01cdafa7c51532f2fddd162810844c8a6443a853.tar.bz2 gentoo-01cdafa7c51532f2fddd162810844c8a6443a853.zip |
app-emacs/emhacks: Update to EAPI 8
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/emhacks/emhacks-20070920-r2.ebuild (renamed from app-emacs/emhacks/emhacks-20070920-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/emhacks/emhacks-20070920-r1.ebuild b/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 } |