commit: 07a6f4ddd1392a6b9f1e00551cdc2f0879501365 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Fri Sep 26 06:04:42 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Sep 26 15:51:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07a6f4dd
virtual/jre: keyword 25 for ~amd64 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/43938 Closes: https://github.com/gentoo/gentoo/pull/43938 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> virtual/jre/jre-25.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/jre/jre-25.ebuild b/virtual/jre/jre-25.ebuild index 3e5caf55150c..80b694b05fc4 100644 --- a/virtual/jre/jre-25.ebuild +++ b/virtual/jre/jre-25.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# 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 ~x86" +KEYWORDS="~amd64" RDEPEND="virtual/jdk:${SLOT}"
