dev-ml/re: fix BDEPD on dune

Closes: https://bugs.gentoo.org/948488
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2025-04-12 14:32:36 +02:00
parent f8f067af81
commit 555d9dd45a
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -32,6 +32,7 @@ DEPEND="
${RDEPEND}
"
BDEPEND="
>=dev-ml/dune-3.12
test? (
dev-ml/ounit2
dev-ml/ppx_expect

View File

@@ -32,6 +32,7 @@ DEPEND="
${RDEPEND}
"
BDEPEND="
>=dev-ml/dune-3.12
test? (
dev-ml/ounit2
dev-ml/ppx_expect