diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-03 20:02:03 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-03 20:02:03 +0200 |
commit | 2aeffb609341215e89690d22065f5ea2aeaa11e0 (patch) | |
tree | 8c3e152b78e60598aa4e743539662a7c4ce2e75d | |
parent | app-emacs/nummove: Update HOMEPAGE and SRC_URI (diff) | |
download | emacs-2aeffb609341215e89690d22065f5ea2aeaa11e0.tar.gz emacs-2aeffb609341215e89690d22065f5ea2aeaa11e0.tar.bz2 emacs-2aeffb609341215e89690d22065f5ea2aeaa11e0.zip |
elisp.eclass: Update EAPI conditional
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | eclass/elisp.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 2fea311..6b6679d 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -1,4 +1,4 @@ -# Copyright 2002-2021 Gentoo Authors +# Copyright 2002-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: elisp.eclass @@ -64,7 +64,7 @@ inherit elisp-common -case ${EAPI:-0} in +case ${EAPI} in 6|7|8) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac |