commit: d1720b3fe1c0f3d6cc093121e2e0e1ecb66eecd1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jul 23 23:27:51 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 23 23:27:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1720b3f
dev-ml/expect_test_helpers_core: add missing deps Closes: https://bugs.gentoo.org/860354 Signed-off-by: Sam James <sam <AT> gentoo.org> ...s_core-0.15.0.ebuild => expect_test_helpers_core-0.15.0-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) 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 similarity index 88% rename from dev-ml/expect_test_helpers_core/expect_test_helpers_core-0.15.0.ebuild rename to 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}"
