dev-ml/pecu: fix tests

Closes: https://bugs.gentoo.org/836829
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-05 20:48:13 +02:00
parent c5714c614b
commit 36c5d1677e

View File

@@ -13,7 +13,17 @@ S="${WORKDIR}/${PN}-v${PV}"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
IUSE="ocamlopt test"
DEPEND=""
RDEPEND="${DEPEND}"
RDEPEND=""
DEPEND="
${RDEPEND}
test? (
dev-ml/alcotest
dev-ml/astring
dev-ml/crowbar
dev-ml/fmt
)
"
RESTRICT="!test? ( test )"