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 E88F71382C5 for ; Tue, 25 May 2021 18:13:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A208E03EC; Tue, 25 May 2021 18:13:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 00F22E03EC for ; Tue, 25 May 2021 18:13:25 +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 A165D340821 for ; Tue, 25 May 2021 18:13:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 095C2632 for ; Tue, 25 May 2021 18:13:23 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1621966400.abdc869549829df33f2ca5aa2a63663bfc39e2e4.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-ml/lacaml/ X-VCS-Repository: proj/sci X-VCS-Files: dev-ml/lacaml/lacaml-11.0.8.ebuild X-VCS-Directories: dev-ml/lacaml/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: abdc869549829df33f2ca5aa2a63663bfc39e2e4 X-VCS-Branch: master Date: Tue, 25 May 2021 18:13:23 +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: 9c5c7f7f-af29-4aad-91f4-88065da6c1db X-Archives-Hash: c65c8f99cb5c2a527d94d861adf44cf5 commit: abdc869549829df33f2ca5aa2a63663bfc39e2e4 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue May 25 18:12:58 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue May 25 18:13:20 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=abdc8695 dev-ml/lacaml: add missing dep Closes: https://bugs.gentoo.org/539916 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> dev-ml/lacaml/lacaml-11.0.8.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ml/lacaml/lacaml-11.0.8.ebuild b/dev-ml/lacaml/lacaml-11.0.8.ebuild index ea091d80a..7070c04af 100644 --- a/dev-ml/lacaml/lacaml-11.0.8.ebuild +++ b/dev-ml/lacaml/lacaml-11.0.8.ebuild @@ -18,8 +18,10 @@ IUSE="ocamlopt" RDEPEND=" virtual/blas virtual/lapack + dev-ml/dune-configurator " -BDEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" virtual/pkgconfig "