summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-24 00:27:51 +0100
committerSam James <sam@gentoo.org>2022-07-24 00:27:51 +0100
commitd1720b3fe1c0f3d6cc093121e2e0e1ecb66eecd1 (patch)
tree9540116ed622b7001a54a5e14e3b22390e1d3259
parentdev-haskell/tar: fixup deps (sync w/ ::haskell) (diff)
downloadgentoo-d1720b3fe1c0f3d6cc093121e2e0e1ecb66eecd1.tar.gz
gentoo-d1720b3fe1c0f3d6cc093121e2e0e1ecb66eecd1.tar.bz2
gentoo-d1720b3fe1c0f3d6cc093121e2e0e1ecb66eecd1.zip
dev-ml/expect_test_helpers_core: add missing deps
Closes: https://bugs.gentoo.org/860354 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild (renamed from dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0.ebuild)4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0.ebuild b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild
index d31c5f3d9df4..e161e379ff4d 100644
--- a/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0.ebuild
+++ b/dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0-r1.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
inherit dune
DESCRIPTION="Helpers for writing expectation tests"
@@ -15,7 +16,10 @@ KEYWORDS="~amd64"
IUSE="+ocamlopt"
DEPEND="
+ dev-ml/base:${SLOT}
+ dev-ml/core:${SLOT}
dev-ml/ppx_jane:${SLOT}
+ dev-ml/stdio:${SLOT}
dev-ml/sexp_pretty:${SLOT}
"
RDEPEND="${DEPEND}"