diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-27 15:32:25 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-27 15:49:15 -0800 |
commit | b1493872592b88f898da102aeb29d2669497bc15 (patch) | |
tree | 07288c3c44c5a945970ae6ac13bba1aa05c181b5 /eclass | |
parent | dev-python/mistune: Keyword 2.0.2 for ~m68k (diff) | |
download | gentoo-b1493872592b88f898da102aeb29d2669497bc15.tar.gz gentoo-b1493872592b88f898da102aeb29d2669497bc15.tar.bz2 gentoo-b1493872592b88f898da102aeb29d2669497bc15.zip |
java-virtuals-2.eclass: support EAPI=7
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-virtuals-2.eclass | 6 |
1 files 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 <ali_bush@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 |