mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-09 00:10:21 +03:00
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:
committed by
Miroslav Šulc
parent
e7bcf9b350
commit
ed045bd052
@@ -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"
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user