From b69989a4ea5103fe83294f465cfe66d1b65a8176 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 23 Mar 2026 07:35:35 +0000 Subject: [PATCH] eclass/sysroot: Sync with Gentoo It's from Gentoo commit 1f4c44bf494536e9cb381486f4c474b77d367330. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/sysroot.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/sysroot.eclass b/sdk_container/src/third_party/portage-stable/eclass/sysroot.eclass index 3427c421bf..de0a4ef316 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/sysroot.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/sysroot.eclass @@ -6,7 +6,7 @@ # cross@gentoo.org # @AUTHOR: # James Le Cuirot -# @SUPPORTED_EAPIS: 7 8 +# @SUPPORTED_EAPIS: 7 8 9 # @BLURB: Common functions for using a different (sys)root # @DESCRIPTION: # This eclass provides common functions to run executables within a different @@ -14,7 +14,7 @@ # functions can be used in src_* or pkg_* phase functions. case ${EAPI} in - 7|8) ;; + 7|8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac