dev-java/asm: avoid circular dependency with java-dep-check

This commit adds JAVA_DISABLE_DEPEND_ON_JAVA_DEP_CHECK="true" in order
to avoid a circular dependency with dev-java/java-dep-check which is now
forced into BDEPEND.

Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Part-of: https://github.com/gentoo/gentoo/pull/42182
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Volkmar W. Pogatzki
2025-05-08 11:13:57 +02:00
committed by Miroslav Šulc
parent e7bcf9b350
commit ed045bd052
2 changed files with 7 additions and 1 deletions

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,6 +14,9 @@ MAVEN_PROVIDES="
org.ow2.asm:asm-util:${PV}
"
# Avoid circular dependency
JAVA_DISABLE_DEPEND_ON_JAVA_DEP_CHECK="true"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Bytecode manipulation framework for Java"

View File

@@ -14,6 +14,9 @@ MAVEN_PROVIDES="
org.ow2.asm:asm-util:${PV}
"
# Avoid circular dependency
JAVA_DISABLE_DEPEND_ON_JAVA_DEP_CHECK="true"
inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Bytecode manipulation framework for Java"