[PATCH 1/4] texlive-common.eclass: support EAPI 9
Florian Schmaus <[email protected]>
| Newsgroups | gmane.linux.gentoo.devel |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Florian Schmaus <[email protected]> --- eclass/texlive-common.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/texlive-common.eclass b/eclass/texlive-common.eclass index 6e9c1fd84b4c..583e77d5d736 100644 --- a/eclass/texlive-common.eclass +++ b/eclass/texlive-common.eclass @@ -6,7 +6,7 @@ # [email protected] # @AUTHOR: # Original Author: Alexis Ballier <[email protected]> -# @SUPPORTED_EAPIS: 7 8 +# @SUPPORTED_EAPIS: 7 8 9 # @BLURB: Provide various functions used by both texlive-core and texlive modules # @DESCRIPTION: # Purpose: Provide various functions used by both texlive-core and texlive @@ -17,6 +17,7 @@ case ${EAPI} in 7) inherit eapi8-dosym eapi9-pipestatus ;; 8) inherit eapi9-pipestatus ;; + 9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -- 2.54.0