From 8ffc4bb66b94d4a1e6be98ff051399b887af3042 Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Wed, 18 Sep 2024 06:19:37 +0200 Subject: [PATCH] virtual/jre: add 23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Volkmar W. Pogatzki Closes: https://github.com/gentoo/gentoo/pull/38658/commits/a448d1ac0cee6f96f9983f0694e3508a4ba4d692 Signed-off-by: Miroslav Ć ulc --- virtual/jre/jre-23.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 virtual/jre/jre-23.ebuild diff --git a/virtual/jre/jre-23.ebuild b/virtual/jre/jre-23.ebuild new file mode 100644 index 0000000000000..3e5caf55150c6 --- /dev/null +++ b/virtual/jre/jre-23.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}"