From 919ddf7ee964ba2b47794d11ba5dfd980feb0913 Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Wed, 7 Jan 2026 09:20:06 +0100 Subject: [PATCH] virtual/jre: add 27 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/45233 Signed-off-by: Miroslav Ć ulc --- virtual/jre/jre-27.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 virtual/jre/jre-27.ebuild diff --git a/virtual/jre/jre-27.ebuild b/virtual/jre/jre-27.ebuild new file mode 100644 index 0000000000000..948a6c6cb9638 --- /dev/null +++ b/virtual/jre/jre-27.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2026 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}"