games-puzzle/magiccube4d: max jdk-25

Closes: https://bugs.gentoo.org/965729
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/45060
Closes: https://github.com/gentoo/gentoo/pull/45060
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki 2025-12-17 11:02:19 +01:00 committed by James Le Cuirot
parent efba465006
commit a355ad5815
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137

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
@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=virtual/jre-1.8:*"
DEPEND=">=virtual/jdk-1.8:*"
DEPEND="<virtual/jdk-26:*" # bug #965729
PATCHES=(
"${FILESDIR}"/${PN}-xdg-config.patch
@ -24,7 +24,7 @@ JAVA_SRC_DIR="src"
JAVA_RESOURCE_DIRS=( src )
src_prepare() {
default
default # bug #780585
java-pkg-2_src_prepare
}