mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
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:
parent
efba465006
commit
a355ad5815
@ -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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
@ -14,7 +14,7 @@ SLOT="0"
|
|||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
RDEPEND=">=virtual/jre-1.8:*"
|
RDEPEND=">=virtual/jre-1.8:*"
|
||||||
DEPEND=">=virtual/jdk-1.8:*"
|
DEPEND="<virtual/jdk-26:*" # bug #965729
|
||||||
|
|
||||||
PATCHES=(
|
PATCHES=(
|
||||||
"${FILESDIR}"/${PN}-xdg-config.patch
|
"${FILESDIR}"/${PN}-xdg-config.patch
|
||||||
@ -24,7 +24,7 @@ JAVA_SRC_DIR="src"
|
|||||||
JAVA_RESOURCE_DIRS=( src )
|
JAVA_RESOURCE_DIRS=( src )
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default # bug #780585
|
||||||
java-pkg-2_src_prepare
|
java-pkg-2_src_prepare
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user