[PATCH 1/4] go-env.eclass: Support EAPI 9
James Le Cuirot <[email protected]>
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: James Le Cuirot <[email protected]> --- eclass/go-env.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/go-env.eclass b/eclass/go-env.eclass index 98faa20795a4..4f3067538928 100644 --- a/eclass/go-env.eclass +++ b/eclass/go-env.eclass @@ -6,7 +6,7 @@ # Flatcar Linux Maintainers <[email protected]> # @AUTHOR: # Flatcar Linux Maintainers <[email protected]> -# @SUPPORTED_EAPIS: 7 8 +# @SUPPORTED_EAPIS: 7 8 9 # @BLURB: Helper eclass for setting up the Go build environment. # @DESCRIPTION: # This eclass includes helper functions for setting up the build environment for @@ -77,7 +77,7 @@ # Optimisation setting for riscv when building for CBUILD. case ${EAPI} in - 7|8) ;; + 7|8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -- 2.53.0