From 98fb7702dcfd71c2e620bd8b1da9f7a98a2b6608 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 12 Jan 2026 07:12:58 +0000 Subject: [PATCH] eclass/elisp-common: Sync with Gentoo It's from Gentoo commit af4eba8fecaef3e6a9ba900ae3d0288e55d882c7. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/elisp-common.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/elisp-common.eclass b/sdk_container/src/third_party/portage-stable/eclass/elisp-common.eclass index 654b302bb3..4870ef5b8d 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/elisp-common.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/elisp-common.eclass @@ -11,7 +11,7 @@ # Christian Faulhammer # Ulrich Müller # Maciej Barć -# @SUPPORTED_EAPIS: 7 8 +# @SUPPORTED_EAPIS: 7 8 9 # @BLURB: Emacs-related installation utilities # @DESCRIPTION: # @@ -178,7 +178,7 @@ # to above calls of elisp-site-regen(). case ${EAPI} in - 7|8) ;; + 7|8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac