summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-27 15:33:08 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2022-01-27 15:49:15 -0800
commit87cf5f0a445b2f091fd867c517a589baaf41dd6b (patch)
tree52bbd7457251577cc65699926c6e51d6c4466e3b /eclass
parentjava-virtuals-2.eclass: support EAPI=7 (diff)
downloadgentoo-87cf5f0a445b2f091fd867c517a589baaf41dd6b.tar.gz
gentoo-87cf5f0a445b2f091fd867c517a589baaf41dd6b.tar.bz2
gentoo-87cf5f0a445b2f091fd867c517a589baaf41dd6b.zip
java-vm-2.eclass: support EAPI=7
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/java-vm-2.eclass6
1 files 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:
# java@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