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