commit: 87cf5f0a445b2f091fd867c517a589baaf41dd6b Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Jan 27 23:33:08 2022 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Thu Jan 27 23:49:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87cf5f0a
java-vm-2.eclass: support EAPI=7 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> eclass/java-vm-2.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/java-vm-2.eclass b/eclass/java-vm-2.eclass index d24339200ce0..0d1eb2dc938f 100644 --- a/eclass/java-vm-2.eclass +++ b/eclass/java-vm-2.eclass @@ -1,17 +1,17 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: java-vm-2.eclass # @MAINTAINER: # j...@gentoo.org -# @SUPPORTED_EAPIS: 6 8 +# @SUPPORTED_EAPIS: 6 7 8 # @BLURB: Java Virtual Machine eclass # @DESCRIPTION: # This eclass provides functionality which assists with installing # virtual machines, and ensures that they are recognized by java-config. case ${EAPI:-0} in - [68]) ;; + [678]) ;; *) die "EAPI=${EAPI} is not supported" ;; esac