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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 964A51382C5 for ; Fri, 12 Feb 2021 07:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF485E0895; Fri, 12 Feb 2021 07:40:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A46C4E0895 for ; Fri, 12 Feb 2021 07:40:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0204D341004 for ; Fri, 12 Feb 2021 07:40:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E629495 for ; Fri, 12 Feb 2021 07:40: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: <1613115631.dfe1442dcec68c41d2acb24b086dc403a82336fa.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/mirage-clock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild X-VCS-Directories: dev-ml/mirage-clock/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: dfe1442dcec68c41d2acb24b086dc403a82336fa X-VCS-Branch: master Date: Fri, 12 Feb 2021 07:40: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: dc8c96e7-dd65-47ff-b6b3-29aad896252c X-Archives-Hash: ecb9c694d621f0e2574179a6eded801c commit: dfe1442dcec68c41d2acb24b086dc403a82336fa Author: Alfredo Tupone gentoo org> AuthorDate: Fri Feb 12 07:40:31 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Feb 12 07:40:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe1442d dev-ml/mirage-clock: add bdep Closes: https://bugs.gentoo.org/769848 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild index 849c6916bb6..a2d3db044ea 100644 --- a/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild +++ b/dev-ml/mirage-clock/mirage-clock-3.1.0.ebuild @@ -13,3 +13,5 @@ LICENSE="ISC" SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="+ocamlopt" + +BDEPEND="dev-ml/dune-configurator"