[PATCH] font.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/font.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/font.eclass b/eclass/font.eclass index f0261ad05dd6..1c8b584e0338 100644 --- a/eclass/font.eclass +++ b/eclass/font.eclass @@ -4,11 +4,11 @@ # @ECLASS: font.eclass # @MAINTAINER: # [email protected] -# @SUPPORTED_EAPIS: 7 8 +# @SUPPORTED_EAPIS: 7 8 9 # @BLURB: Eclass to make font installation uniform case ${EAPI} in - 7|8) ;; + 7|8|9) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -- 2.54.0