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 333B4158020 for ; Mon, 21 Nov 2022 13:16:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A313E07D8; Mon, 21 Nov 2022 13:16:33 +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 5D9A0E07D8 for ; Mon, 21 Nov 2022 13:16:33 +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 3EF67340D1F for ; Mon, 21 Nov 2022 13:16:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0D5273B for ; Mon, 21 Nov 2022 13:16:30 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1669036576.bf886ecef15954d2ff1ff6a78ec8bfc230cd8711.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/dune-configurator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/dune-configurator/dune-configurator-3.0.3-r1.ebuild dev-ml/dune-configurator/dune-configurator-3.0.3.ebuild X-VCS-Directories: dev-ml/dune-configurator/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: bf886ecef15954d2ff1ff6a78ec8bfc230cd8711 X-VCS-Branch: master Date: Mon, 21 Nov 2022 13:16:30 +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: 90a674e7-ac04-4ffc-abf6-f9698e1d93a1 X-Archives-Hash: 785cb024302c5ed1c6d70d5c420db8c2 commit: bf886ecef15954d2ff1ff6a78ec8bfc230cd8711 Author: Alfredo Tupone gentoo org> AuthorDate: Mon Nov 21 13:15:23 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Nov 21 13:16:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf886ece dev-ml/dune-configurator: relax dune deps Signed-off-by: Alfredo Tupone gentoo.org> ...ne-configurator-3.0.3.ebuild => dune-configurator-3.0.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/dune-configurator/dune-configurator-3.0.3.ebuild b/dev-ml/dune-configurator/dune-configurator-3.0.3-r1.ebuild similarity index 93% rename from dev-ml/dune-configurator/dune-configurator-3.0.3.ebuild rename to dev-ml/dune-configurator/dune-configurator-3.0.3-r1.ebuild index ee56b94f49e5..277a4f000fd9 100644 --- a/dev-ml/dune-configurator/dune-configurator-3.0.3.ebuild +++ b/dev-ml/dune-configurator/dune-configurator-3.0.3-r1.ebuild @@ -16,9 +16,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" RESTRICT="test" -BDEPEND="~dev-ml/dune-${PV}" +BDEPEND=">=dev-ml/dune-3" DEPEND=" - dev-ml/csexp:=[ocamlopt?] + >=dev-ml/csexp-1.5:=[ocamlopt?] " RDEPEND="${DEPEND}"