diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-10-28 12:00:04 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-10-28 12:00:04 +0200 |
commit | aad2efdfbd91089c7a0d9b476c30d82911ee7aee (patch) | |
tree | 910852bfb6220d08f8d7029aee1dc10015f71429 /virtual/jre | |
parent | virtual/jdk: add 21 (diff) | |
download | gentoo-aad2efdfbd91089c7a0d9b476c30d82911ee7aee.tar.gz gentoo-aad2efdfbd91089c7a0d9b476c30d82911ee7aee.tar.bz2 gentoo-aad2efdfbd91089c7a0d9b476c30d82911ee7aee.zip |
virtual/jre: add 21
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'virtual/jre')
-rw-r--r-- | virtual/jre/jre-21.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/virtual/jre/jre-21.ebuild b/virtual/jre/jre-21.ebuild new file mode 100644 index 000000000000..fb4e8fae98c6 --- /dev/null +++ b/virtual/jre/jre-21.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual for Java Runtime Environment (JRE)" +SLOT="${PV}" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +RDEPEND="|| ( + virtual/jdk:${SLOT} + dev-java/openjdk-jre-bin:${SLOT}[gentoo-vm(+)] +)" |