[PATCH v2 2/6] shell-completion.eclass: support EAPI 9
Florian Schmaus <[email protected]> Thu, 25 Jun 2026 12:04:17 +0200
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Florian Schmaus <[email protected]> --- eclass/shell-completion.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/shell-completion.eclass b/eclass/shell-completion.eclass index 225db4123f16..5390f317cad3 100644 --- a/eclass/shell-completion.eclass +++ b/eclass/shell-completion.eclass @@ -8,7 +8,7 @@ # [email protected] # @AUTHOR: # Alfred Wingate <[email protected]> -# @SUPPORTED_EAPIS: 8 +# @SUPPORTED_EAPIS: 8 9 # @BLURB: a few quick functions to install various shell completion files # @DESCRIPTION: # This eclass provides a standardised way to install shell completions @@ -16,7 +16,7 @@ # 'bash-completion-r1', thus extending on its functionality. case ${EAPI} in - 8) ;; + 8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" esac -- 2.53.0