diff --git a/dev-ml/pecu/pecu-0.6.ebuild b/dev-ml/pecu/pecu-0.6.ebuild index fea655da1a..cb1cd0971d 100644 --- a/dev-ml/pecu/pecu-0.6.ebuild +++ b/dev-ml/pecu/pecu-0.6.ebuild @@ -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 )"