commit: 919ddf7ee964ba2b47794d11ba5dfd980feb0913 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Jan 7 08:20:06 2026 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Jan 7 18:29:20 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=919ddf7e
virtual/jre: add 27 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/45233 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> virtual/jre/jre-27.ebuild | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/virtual/jre/jre-27.ebuild b/virtual/jre/jre-27.ebuild new file mode 100644 index 000000000000..948a6c6cb963 --- /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}"
