commit: aae61501ba530681ac8c8a92fb2a8457ebea77ca
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Dec 13 20:00:10 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri Dec 20 10:36:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae61501
virtual/jre: add 25
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
virtual/jre/jre-25.ebuild | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/virtual/jre/jre-25.ebuild b/virtual/jre/jre-25.ebuild
new file mode 100644
index 000000000000..3e5caf55150c
--- /dev/null
+++ b/virtual/jre/jre-25.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}"