commit: 52a2bbb178e96c4fcc5292120fb0fbd35b20672a
Author: Andres Becerra <andres.becerra <AT> gmail <DOT> com>
AuthorDate: Sun Apr 27 19:34:09 2025 +0000
Commit: Andrés Becerra <andres.becerra <AT> gmail <DOT> com>
CommitDate: Sun Apr 27 19:34:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52a2bbb1
sci-biology/cytoscape-bin: JDK definitively needed instead of JRE
Signed-off-by: Andres Becerra <andres.becerra <AT> gmail.com>
sci-biology/cytoscape-bin/cytoscape-bin-3.10.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-biology/cytoscape-bin/cytoscape-bin-3.10.3.ebuild
b/sci-biology/cytoscape-bin/cytoscape-bin-3.10.3.ebuild
index 8872a8082..e259d4684 100644
--- a/sci-biology/cytoscape-bin/cytoscape-bin-3.10.3.ebuild
+++ b/sci-biology/cytoscape-bin/cytoscape-bin-3.10.3.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND="=virtual/jre-17"
+RDEPEND="virtual/jdk:17"
src_install() {
MY_PN="cytoscape"