diff options
author | 2021-10-15 04:02:10 +0100 | |
---|---|---|
committer | 2021-10-15 04:02:10 +0100 | |
commit | 31da337c1de00a097dfd7aee157add2383f306e4 (patch) | |
tree | 2dcb26293a675b7877b21292a5a3633841192bb2 | |
parent | dev-ml/merlin-extend: tidy ebuild (diff) | |
download | gentoo-31da337c1de00a097dfd7aee157add2383f306e4.tar.gz gentoo-31da337c1de00a097dfd7aee157add2383f306e4.tar.bz2 gentoo-31da337c1de00a097dfd7aee157add2383f306e4.zip |
dev-ml/ppx_bin_prot: tidy ebuild
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild index 5c074d9d55ca..d2f36bcbc01f 100644 --- a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild +++ b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild @@ -15,17 +15,16 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86" IUSE="+ocamlopt test" RESTRICT="!test? ( test )" -DEPEND=" +RDEPEND=" >=dev-ml/base-0.14.0:= dev-ml/findlib:= >=dev-ml/bin_prot-0.14.0:= >=dev-ml/ppx_here-0.14.0:= >=dev-ml/ppxlib-0.18.0:= - >=dev-ml/ocaml-migrate-parsetree-2.0.0:= - dev-ml/cinaps:= + >=dev-ml/ocaml-migrate-parsetree-2.0.0:= + dev-ml/cinaps:= " -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} +DEPEND="${RDEPEND} test? ( dev-ml/ppx_jane )" |