From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 052AD15820A for ; Thu, 10 Jul 2025 07:51:37 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E6909342201 for ; Thu, 10 Jul 2025 07:51:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id B306011055D; Thu, 10 Jul 2025 07:51:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A697F11055D for ; Thu, 10 Jul 2025 07:51:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 275DA3421A8 for ; Thu, 10 Jul 2025 07:51:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 369EA2F9F for ; Thu, 10 Jul 2025 07:51:26 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1752133860.ed045bd052819f076a11a38657006f32d5ea5def.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/asm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/asm/asm-9.7.1-r1.ebuild dev-java/asm/asm-9.7.1.ebuild dev-java/asm/asm-9.8-r1.ebuild dev-java/asm/asm-9.8.ebuild X-VCS-Directories: dev-java/asm/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: ed045bd052819f076a11a38657006f32d5ea5def X-VCS-Branch: master Date: Thu, 10 Jul 2025 07:51:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9cd4941e-4157-448f-aba7-74f48b412fe3 X-Archives-Hash: 586d7134a491ebdceed350619cf5a616 commit: ed045bd052819f076a11a38657006f32d5ea5def Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu May 8 09:13:57 2025 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jul 10 07:51:00 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed045bd0 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 pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/42182 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/asm/{asm-9.7.1.ebuild => asm-9.7.1-r1.ebuild} | 5 ++++- dev-java/asm/{asm-9.8.ebuild => asm-9.8-r1.ebuild} | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-java/asm/asm-9.7.1.ebuild b/dev-java/asm/asm-9.7.1-r1.ebuild similarity index 95% rename from dev-java/asm/asm-9.7.1.ebuild rename to dev-java/asm/asm-9.7.1-r1.ebuild index a4632a9dad61..67a1e694913e 100644 --- a/dev-java/asm/asm-9.7.1.ebuild +++ b/dev-java/asm/asm-9.7.1-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 @@ -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" diff --git a/dev-java/asm/asm-9.8.ebuild b/dev-java/asm/asm-9.8-r1.ebuild similarity index 97% rename from dev-java/asm/asm-9.8.ebuild rename to dev-java/asm/asm-9.8-r1.ebuild index 5577d5c7a8c8..15a97313e9f0 100644 --- a/dev-java/asm/asm-9.8.ebuild +++ b/dev-java/asm/asm-9.8-r1.ebuild @@ -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"