commit: 8ffc4bb66b94d4a1e6be98ff051399b887af3042 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Sep 18 04:19:37 2024 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Sep 18 12:42:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffc4bb6
virtual/jre: add 23 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/38658/commits/a448d1ac0cee6f96f9983f0694e3508a4ba4d692 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> virtual/jre/jre-23.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/virtual/jre/jre-23.ebuild b/virtual/jre/jre-23.ebuild new file mode 100644 index 000000000000..3e5caf55150c --- /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}"
