diff options
author | Sam James <sam@gentoo.org> | 2022-07-24 00:27:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-24 00:27:51 +0100 |
commit | d1720b3fe1c0f3d6cc093121e2e0e1ecb66eecd1 (patch) | |
tree | 9540116ed622b7001a54a5e14e3b22390e1d3259 /dev-ml | |
parent | dev-haskell/tar: fixup deps (sync w/ ::haskell) (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-ml')
-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}" |