diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-03 20:28:51 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-03 20:28:51 +0200 |
commit | 23882c38da799bf52eea49586d4147c40f55903a (patch) | |
tree | 8c30a64164e4338642a9c3362ad7f231b0fe2230 | |
parent | elisp.eclass: Update EAPI conditional (diff) | |
download | emacs-23882c38da799bf52eea49586d4147c40f55903a.tar.gz emacs-23882c38da799bf52eea49586d4147c40f55903a.tar.bz2 emacs-23882c38da799bf52eea49586d4147c40f55903a.zip |
elisp-common.eclass: Update EAPI conditional
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | eclass/elisp-common.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index a821e4a..47c8132 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: elisp-common.eclass @@ -165,7 +165,7 @@ # Again, with optional Emacs support, you should prepend "use emacs &&" # to above calls of elisp-site-regen(). -case ${EAPI:-0} in +case ${EAPI} in 6) inherit eapi7-ver ;; 7|8) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; |