commit:     5ca65f65f84afd002805378f4f0ce175802e4314
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Nov  5 08:03:41 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Wed Nov 19 19:10:40 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ca65f65

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

Closes: https://bugs.gentoo.org/965520
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> 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 <AT> gentoo.org>

 .../gcalc/{gcalc-3.1_rc1-r3.ebuild => gcalc-3.1_rc1-r4.ebuild}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/gcalc/gcalc-3.1_rc1-r3.ebuild 
b/sci-visualization/gcalc/gcalc-3.1_rc1-r4.ebuild
similarity index 88%
rename from sci-visualization/gcalc/gcalc-3.1_rc1-r3.ebuild
rename to sci-visualization/gcalc/gcalc-3.1_rc1-r4.ebuild
index 825f3b99f106..500b5e985139 100644
--- a/sci-visualization/gcalc/gcalc-3.1_rc1-r3.ebuild
+++ b/sci-visualization/gcalc/gcalc-3.1_rc1-r4.ebuild
@@ -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"

Reply via email to