mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 00:08:09 -07:00
dev-java/commons-cli: 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
ed045bd052
commit
e698666519
@@ -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
|
||||
@@ -7,6 +7,9 @@ EAPI=8
|
||||
JAVA_PKG_IUSE="doc source"
|
||||
MAVEN_ID="commons-cli:commons-cli:1.9.0"
|
||||
|
||||
# Avoid circular dependency
|
||||
JAVA_DISABLE_DEPEND_ON_JAVA_DEP_CHECK="true"
|
||||
|
||||
inherit java-pkg-2 java-pkg-simple verify-sig
|
||||
|
||||
DESCRIPTION="A Java library for working with the command line arguments and options"
|
||||
Reference in New Issue
Block a user