summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-09-18 06:19:37 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-09-18 14:42:45 +0200
commit8ffc4bb66b94d4a1e6be98ff051399b887af3042 (patch)
tree461fb3e330a93d62e0d301b44dc726e42da7bab4 /virtual
parentdev-java/openjdk-bin: add 23_p37_beta (diff)
downloadgentoo-8ffc4bb66b94d4a1e6be98ff051399b887af3042.tar.gz
gentoo-8ffc4bb66b94d4a1e6be98ff051399b887af3042.tar.bz2
gentoo-8ffc4bb66b94d4a1e6be98ff051399b887af3042.zip
virtual/jre: add 23
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38658/commits/a448d1ac0cee6f96f9983f0694e3508a4ba4d692 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/jre/jre-23.ebuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/virtual/jre/jre-23.ebuild b/virtual/jre/jre-23.ebuild
new file mode 100644
index 000000000000..3e5caf55150c
--- /dev/null
+++ b/virtual/jre/jre-23.ebuild
@@ -0,0 +1,10 @@
+# Copyright 1999-2024 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}"