commit: a1925f83ee5d17401487e5a491282441065e5ee3 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Mon Dec 15 10:21:47 2025 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Mon Dec 15 20:30:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1925f83
virtual/jre: add 26 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/45033 Closes: https://github.com/gentoo/gentoo/pull/45033 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> virtual/jre/jre-26.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/virtual/jre/jre-26.ebuild b/virtual/jre/jre-26.ebuild new file mode 100644 index 000000000000..13a876040e8e --- /dev/null +++ b/virtual/jre/jre-26.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2025 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" + +RDEPEND="virtual/jdk:${SLOT}"
