From a1925f83ee5d17401487e5a491282441065e5ee3 Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Mon, 15 Dec 2025 11:21:47 +0100 Subject: [PATCH] virtual/jre: add 26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Volkmar W. Pogatzki Part-of: https://github.com/gentoo/gentoo/pull/45033 Closes: https://github.com/gentoo/gentoo/pull/45033 Signed-off-by: Miroslav Ć ulc --- virtual/jre/jre-26.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 virtual/jre/jre-26.ebuild diff --git a/virtual/jre/jre-26.ebuild b/virtual/jre/jre-26.ebuild new file mode 100644 index 0000000000000..13a876040e8e2 --- /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}"