From b1493872592b88f898da102aeb29d2669497bc15 Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Thu, 27 Jan 2022 15:32:25 -0800 Subject: java-virtuals-2.eclass: support EAPI=7 Signed-off-by: Georgy Yakovlev --- 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 @@ # java@gentoo.org # @AUTHOR: # Original Author: Alistair John Bush -# @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 -- cgit v1.2.3-65-gdbad