diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-05-08 11:18:16 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-05-10 19:57:18 +0200 |
commit | 824d2c880e51432afe75a25e234f61c9fc1771e0 (patch) | |
tree | f1e7f842aeaad32b7ec715f42e04c8d082469067 /eclass/elisp-common.eclass | |
parent | multilib.eclass: Drop CONF_LIBDIR (diff) | |
download | gentoo-824d2c880e51432afe75a25e234f61c9fc1771e0.tar.gz gentoo-824d2c880e51432afe75a25e234f61c9fc1771e0.tar.bz2 gentoo-824d2c880e51432afe75a25e234f61c9fc1771e0.zip |
elisp-common.eclass: Drop EAPI 6 support
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 0462f022d1ba..1f60d3c337b9 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -11,7 +11,7 @@ # Christian Faulhammer <fauli@gentoo.org> # Ulrich Müller <ulm@gentoo.org> # Maciej Barć <xgqt@gentoo.org> -# @SUPPORTED_EAPIS: 6 7 8 +# @SUPPORTED_EAPIS: 7 8 # @BLURB: Emacs-related installation utilities # @DESCRIPTION: # @@ -167,7 +167,6 @@ # to above calls of elisp-site-regen(). case ${EAPI} in - 6) inherit eapi7-ver ;; 7|8) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac |