eclass/elisp-common: Sync with Gentoo

It's from Gentoo commit 824d2c880e51432afe75a25e234f61c9fc1771e0.
This commit is contained in:
Flatcar Buildbot 2023-05-22 07:13:42 +00:00 committed by Krzesimir Nowak
parent ee6f15f7bf
commit 08f2bbd14f

View File

@ -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