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 2EFE815808B for ; Fri, 15 Apr 2022 22:46:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1170E09A8; Fri, 15 Apr 2022 22:46:57 +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 911E0E09A5 for ; Fri, 15 Apr 2022 22:46:57 +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 2CED83418A2 for ; Fri, 15 Apr 2022 22:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DA9C3BB for ; Fri, 15 Apr 2022 22:46:53 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1650062810.e6eff67e37372de1ba447d90d36e571aabfe0c68.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-ml/mirage-block-unix/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-ml/mirage-block-unix/mirage-block-unix-2.14.0.ebuild X-VCS-Directories: dev-ml/mirage-block-unix/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: e6eff67e37372de1ba447d90d36e571aabfe0c68 X-VCS-Branch: dev Date: Fri, 15 Apr 2022 22:46:53 +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: de5f78fc-4bb0-42c3-b078-1e4f32950f58 X-Archives-Hash: 2e0414fde90916fbad34581f631cca45 commit: e6eff67e37372de1ba447d90d36e571aabfe0c68 Author: Alessandro Barbieri gmail com> AuthorDate: Fri Apr 15 22:12:10 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Fri Apr 15 22:46:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6eff67e dev-ml/mirage-block-unix: fix dependency on ounit2 Signed-off-by: Alessandro Barbieri gmail.com> dev-ml/mirage-block-unix/mirage-block-unix-2.14.0.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-ml/mirage-block-unix/mirage-block-unix-2.14.0.ebuild b/dev-ml/mirage-block-unix/mirage-block-unix-2.14.0.ebuild index 6ef1150c2..8eba96120 100644 --- a/dev-ml/mirage-block-unix/mirage-block-unix-2.14.0.ebuild +++ b/dev-ml/mirage-block-unix/mirage-block-unix-2.14.0.ebuild @@ -15,20 +15,20 @@ KEYWORDS="~amd64" IUSE="ocamlopt test" RDEPEND=" - dev-ml/cstruct[lwt] - dev-ml/lwt - dev-ml/mirage-block - dev-ml/rresult - dev-ml/uri - dev-ml/logs - dev-ml/io-page + dev-ml/cstruct:=[lwt] + dev-ml/lwt:= + dev-ml/mirage-block:= + dev-ml/rresult:= + dev-ml/uri:= + dev-ml/logs:= + dev-ml/io-page:= " DEPEND=" ${RDEPEND} test? ( dev-ml/fmt - >=dev-ml/ounit-2 + dev-ml/ounit2 dev-ml/diet ) "