sci-visualization/gcalc: restrict to max. jdk 25

Closes: https://bugs.gentoo.org/965520
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/44485
Closes: https://github.com/gentoo/gentoo/pull/44485
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2025-11-05 09:03:41 +01:00
committed by Nowa Ammerlaan
parent 586126be57
commit 5ca65f65f8

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
DEPEND=">=virtual/jdk-1.8:*"
DEPEND="<virtual/jdk-26:*" # https://bugs.gentoo.org/965520
RDEPEND=">=virtual/jre-1.8:*"
JAVA_MAIN_CLASS="net.gcalc.calc.GCalc"