mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-09 00:10:21 +03:00
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:
committed by
Nowa Ammerlaan
parent
586126be57
commit
5ca65f65f8
@@ -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"
|
||||
Reference in New Issue
Block a user