commit: b1493872592b88f898da102aeb29d2669497bc15 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Thu Jan 27 23:32:25 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=b1493872
java-virtuals-2.eclass: support EAPI=7 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> eclass/java-virtuals-2.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/java-virtuals-2.eclass b/eclass/java-virtuals-2.eclass index e929a7e1ceeb..d827342e9ba2 100644 --- a/eclass/java-virtuals-2.eclass +++ b/eclass/java-virtuals-2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: java-virtuals-2.eclass @@ -6,14 +6,14 @@ # j...@gentoo.org # @AUTHOR: # Original Author: Alistair John Bush <ali_b...@gentoo.org> -# @SUPPORTED_EAPIS: 5 6 8 +# @SUPPORTED_EAPIS: 5 6 7 8 # @BLURB: Java virtuals eclass # @DESCRIPTION: # To provide a default (and only) src_install function for ebuilds in the # java-virtuals category. case ${EAPI:-0} in - [568]) ;; + [5678]) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac