commit: a355ad581513dc7339fdac06fdf3be1d5ad496b0 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Dec 17 10:02:19 2025 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Dec 21 11:49:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a355ad58
games-puzzle/magiccube4d: max jdk-25 Closes: https://bugs.gentoo.org/965729 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> 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 <AT> gentoo.org> .../{magiccube4d-4.3.343.ebuild => magiccube4d-4.3.343-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-puzzle/magiccube4d/magiccube4d-4.3.343.ebuild b/games-puzzle/magiccube4d/magiccube4d-4.3.343-r1.ebuild similarity index 89% rename from games-puzzle/magiccube4d/magiccube4d-4.3.343.ebuild rename to games-puzzle/magiccube4d/magiccube4d-4.3.343-r1.ebuild index 99641bd510a5..e522645fcf21 100644 --- a/games-puzzle/magiccube4d/magiccube4d-4.3.343.ebuild +++ b/games-puzzle/magiccube4d/magiccube4d-4.3.343-r1.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 @@ -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 }
