commit: 52a0505f9cb31b0181a633dcbacf0b1c8b262cb3 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Sat Dec 25 18:37:08 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Tue Dec 28 08:08:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a0505f
eclass/java-pkg-opt-2.eclass: added eapi8 support Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> eclass/java-pkg-opt-2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass index 79833c98ea6b..92f2cb53145d 100644 --- a/eclass/java-pkg-opt-2.eclass +++ b/eclass/java-pkg-opt-2.eclass @@ -6,7 +6,7 @@ # [email protected] # @AUTHOR: # Thomas Matthijs <[email protected]> -# @SUPPORTED_EAPIS: 5 6 7 +# @SUPPORTED_EAPIS: 5 6 7 8 # @PROVIDES: java-utils-2 # @BLURB: Eclass for package with optional Java support # @DESCRIPTION: @@ -14,7 +14,7 @@ # support. case ${EAPI:-0} in - [567]) ;; + [5678]) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac
