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 E02A31381F3 for ; Sat, 17 Oct 2020 20:59:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CF03E0966; Sat, 17 Oct 2020 20:59:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 159C4E0966 for ; Sat, 17 Oct 2020 20:59:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 382C3340F6D for ; Sat, 17 Oct 2020 20:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B4233A9 for ; Sat, 17 Oct 2020 20:59:37 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1602968371.2c061dc75c2d7a5235821cfa6e6ec2ff6257581d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cryptokit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/cryptokit/cryptokit-1.16.1.ebuild X-VCS-Directories: dev-ml/cryptokit/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2c061dc75c2d7a5235821cfa6e6ec2ff6257581d X-VCS-Branch: master Date: Sat, 17 Oct 2020 20:59:37 +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: 0758b8c5-bd4e-460d-95f8-5d869e3e3872 X-Archives-Hash: a8156f2bbbae0b0ffca9deca848e910c commit: 2c061dc75c2d7a5235821cfa6e6ec2ff6257581d Author: Jakov Smolic sartura hr> AuthorDate: Sat Oct 17 17:33:54 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 17 20:59:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c061dc7 dev-ml/cryptokit: add missing dev-ml/dune-configurator dep Closes: https://bugs.gentoo.org/749714 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> dev-ml/cryptokit/cryptokit-1.16.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/cryptokit/cryptokit-1.16.1.ebuild b/dev-ml/cryptokit/cryptokit-1.16.1.ebuild index 6f97e8df877..d135e28601c 100644 --- a/dev-ml/cryptokit/cryptokit-1.16.1.ebuild +++ b/dev-ml/cryptokit/cryptokit-1.16.1.ebuild @@ -19,6 +19,7 @@ REQUIRED_USE="test? ( ocamlopt )" RESTRICT="!test? ( test )" DEPEND=" + dev-ml/dune-configurator dev-ml/zarith:= zlib? ( >=sys-libs/zlib-1.1 ) "