summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-01-16 18:38:47 +0100
committerAlfredo Tupone <tupone@gentoo.org>2021-01-16 18:38:47 +0100
commit40f0c912d08b1ba99d4f816e36325021266cab0f (patch)
treee4519bda0357dcbd7d49a288b937e068ae2ad96f /dev-ml/ocaml-migrate-parsetree
parentdev-python/pikepdf: Add missing psutil test-dep (diff)
downloadgentoo-40f0c912d08b1ba99d4f816e36325021266cab0f.tar.gz
gentoo-40f0c912d08b1ba99d4f816e36325021266cab0f.tar.bz2
gentoo-40f0c912d08b1ba99d4f816e36325021266cab0f.zip
dev-ml/ocaml-migrate-parsetree: add dep
Closes: https://bugs.gentoo.org/765646 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-migrate-parsetree')
-rw-r--r--dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.1.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.1.0.ebuild b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.1.0.ebuild
index 6c1a50f43fb8..15c2c38d9b40 100644
--- a/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.1.0.ebuild
+++ b/dev-ml/ocaml-migrate-parsetree/ocaml-migrate-parsetree-2.1.0.ebuild
@@ -14,3 +14,5 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-ml/cinaps )"