summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2024-07-18 06:51:43 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-07-21 13:27:54 +0200
commit2a570019133065ab2f8ddb3fb47134882570b9b7 (patch)
treeb23b1a0381e8792921b05e9b839df64ce0211edc /virtual
parentvirtual/jdk: add 24 (diff)
downloadgentoo-2a570019133065ab2f8ddb3fb47134882570b9b7.tar.gz
gentoo-2a570019133065ab2f8ddb3fb47134882570b9b7.tar.bz2
gentoo-2a570019133065ab2f8ddb3fb47134882570b9b7.zip
virtual/jre: add 24
- unkeyworded since java 24 has no LTS - not for production Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/37648 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r--virtual/jre/jre-24.ebuild10
1 files changed, 10 insertions, 0 deletions
diff --git a/virtual/jre/jre-24.ebuild b/virtual/jre/jre-24.ebuild
new file mode 100644
index 000000000000..3e5caf55150c
--- /dev/null
+++ b/virtual/jre/jre-24.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}"