aboutsummaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-03 20:11:15 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-03 22:21:33 +0200
commitac7301ba91b119f4ec3b7b43c714bca2d0d07f8c (patch)
treec52678ca550277364aa890356e1afdf3d4c48ba4 /dev-ml
parentsci-mathematics/minisatp: fix rpath (diff)
downloadguru-ac7301ba91b119f4ec3b7b43c714bca2d0d07f8c.tar.gz
guru-ac7301ba91b119f4ec3b7b43c714bca2d0d07f8c.tar.bz2
guru-ac7301ba91b119f4ec3b7b43c714bca2d0d07f8c.zip
dev-ml/ocamlfuse: add opam build dep
Closes: https://bugs.gentoo.org/842339 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild b/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild
index 93ab86f8c..b99d461be 100644
--- a/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild
+++ b/dev-ml/ocamlfuse/ocamlfuse-2.7.1_p7.ebuild
@@ -26,4 +26,7 @@ RDEPEND="
sys-fs/fuse:0
"
DEPEND="${RDEPEND}"
-BDEPEND="dev-ml/dune-configurator"
+BDEPEND="
+ dev-ml/dune-configurator
+ dev-ml/opam
+"