summaryrefslogtreecommitdiff
path: root/dev-java/commons-cli
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-10 18:01:57 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-07-10 18:01:57 +0000
commit0f5515bc139488ed5cdb410d136b9bcefe32bd9e (patch)
tree174b9c8d6c8960f7b7ebbe442918ab675ccd08e7 /dev-java/commons-cli
parentb4fae1033dd4e537d53ddb0e79b39771ba4995cf (diff)
downloadbaldeagleos-repo-0f5515bc139488ed5cdb410d136b9bcefe32bd9e.tar.gz
baldeagleos-repo-0f5515bc139488ed5cdb410d136b9bcefe32bd9e.tar.xz
baldeagleos-repo-0f5515bc139488ed5cdb410d136b9bcefe32bd9e.zip
Adding metadata
Diffstat (limited to 'dev-java/commons-cli')
-rw-r--r--dev-java/commons-cli/commons-cli-1.9.0-r1.ebuild (renamed from dev-java/commons-cli/commons-cli-1.9.0.ebuild)5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-java/commons-cli/commons-cli-1.9.0.ebuild b/dev-java/commons-cli/commons-cli-1.9.0-r1.ebuild
index aa26f2dcf967..398b628679dd 100644
--- a/dev-java/commons-cli/commons-cli-1.9.0.ebuild
+++ b/dev-java/commons-cli/commons-cli-1.9.0-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
@@ -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"