diff options
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}" |