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 A329F158020 for ; Sun, 20 Nov 2022 10:01:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE8E3E0933; Sun, 20 Nov 2022 10:01:48 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCA9AE0933 for ; Sun, 20 Nov 2022 10:01:48 +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 9DB75341141 for ; Sun, 20 Nov 2022 10:01:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF89573B for ; Sun, 20 Nov 2022 10:01:45 +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: <1668938209.9ba60f14675b932e0aef1837264964831e26e707.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ordering/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ordering/ordering-3.0.3.ebuild X-VCS-Directories: dev-ml/ordering/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 9ba60f14675b932e0aef1837264964831e26e707 X-VCS-Branch: master Date: Sun, 20 Nov 2022 10:01:45 +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: 0ff37d1a-a252-430d-8d60-c6f9d63e3615 X-Archives-Hash: 2d6e52719874f169b537fa647199374e commit: 9ba60f14675b932e0aef1837264964831e26e707 Author: Alfredo Tupone gentoo org> AuthorDate: Sun Nov 20 09:56:49 2022 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sun Nov 20 09:56:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba60f14 dev-ml/ordering: relax deps on dune Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/ordering/ordering-3.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ml/ordering/ordering-3.0.3.ebuild b/dev-ml/ordering/ordering-3.0.3.ebuild index 0c02ad290b06..5b971ed0de41 100644 --- a/dev-ml/ordering/ordering-3.0.3.ebuild +++ b/dev-ml/ordering/ordering-3.0.3.ebuild @@ -16,8 +16,8 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="+ocamlopt" RESTRICT="test" -BDEPEND="~dev-ml/dune-${PV}" -DEPEND="" +BDEPEND=">=dev-ml/dune-3" +DEPEND=">=dev-lang/ocaml-4.08" RDEPEND="${DEPEND}" src_configure() {