From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 783B8158041 for ; Mon, 18 Mar 2024 11:09:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6BE8E29AC; Mon, 18 Mar 2024 11:09:23 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94F7BE29AC for ; Mon, 18 Mar 2024 11:09:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A95CC335C9B for ; Mon, 18 Mar 2024 11:09:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20B0314EE for ; Mon, 18 Mar 2024 11:09:21 +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: <1710760146.d92f078373957981a392e8c9d4630e5a313084f8.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/bnd-ant/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/bnd-ant/bnd-ant-7.0.0.ebuild X-VCS-Directories: dev-java/bnd-ant/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: d92f078373957981a392e8c9d4630e5a313084f8 X-VCS-Branch: master Date: Mon, 18 Mar 2024 11:09:21 +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: 47b27ad2-278d-4756-b028-40668b13bc99 X-Archives-Hash: 8f87d986496590c16f73f97e9f91087b commit: d92f078373957981a392e8c9d4630e5a313084f8 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Sun Mar 17 09:58:10 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Mar 18 11:09:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92f0783 dev-java/bnd-ant: restrict to ~dev-java/bnd-${PV}:0 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35320/commits/3f3bebcaf852110636a7ff7307a9f28fb89d78a8 Signed-off-by: Miroslav Šulc gentoo.org> dev-java/bnd-ant/bnd-ant-7.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/bnd-ant/bnd-ant-7.0.0.ebuild b/dev-java/bnd-ant/bnd-ant-7.0.0.ebuild index 31d39dcbde50..2798a833a8d6 100644 --- a/dev-java/bnd-ant/bnd-ant-7.0.0.ebuild +++ b/dev-java/bnd-ant/bnd-ant-7.0.0.ebuild @@ -19,7 +19,7 @@ KEYWORDS="~amd64" DEPEND=" dev-java/ant:0 - dev-java/bnd:0 + ~dev-java/bnd-${PV}:0 >=virtual/jdk-17:*" RDEPEND=">=virtual/jre-17:*"