aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-05-25 20:12:58 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-05-25 20:13:20 +0200
commitabdc869549829df33f2ca5aa2a63663bfc39e2e4 (patch)
treec3240eef87c94b19ed1b4a9299d7d7f0d5bc7742
parentdev-perl/BTLib: add blocker (diff)
downloadsci-abdc8695.tar.gz
sci-abdc8695.tar.bz2
sci-abdc8695.zip
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 <andrewammerlaan@gentoo.org>
-rw-r--r--dev-ml/lacaml/lacaml-11.0.8.ebuild4
1 files changed, 3 insertions, 1 deletions
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
"