Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_bin_prot/
Date: Fri, 15 Oct 2021 03:04:27
Message-Id: 1634266930.31da337c1de00a097dfd7aee157add2383f306e4.sam@gentoo
1 commit: 31da337c1de00a097dfd7aee157add2383f306e4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 03:02:10 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 03:02:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31da337c
7
8 dev-ml/ppx_bin_prot: tidy ebuild
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild | 9 ++++-----
13 1 file changed, 4 insertions(+), 5 deletions(-)
14
15 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
16 index 5c074d9d55c..d2f36bcbc01 100644
17 --- a/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild
18 +++ b/dev-ml/ppx_bin_prot/ppx_bin_prot-0.14.0.ebuild
19 @@ -15,17 +15,16 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
20 IUSE="+ocamlopt test"
21 RESTRICT="!test? ( test )"
22
23 -DEPEND="
24 +RDEPEND="
25 >=dev-ml/base-0.14.0:=
26 dev-ml/findlib:=
27 >=dev-ml/bin_prot-0.14.0:=
28 >=dev-ml/ppx_here-0.14.0:=
29 >=dev-ml/ppxlib-0.18.0:=
30 - >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
31 - dev-ml/cinaps:=
32 + >=dev-ml/ocaml-migrate-parsetree-2.0.0:=
33 + dev-ml/cinaps:=
34 "
35 -RDEPEND="${DEPEND}"
36 -DEPEND="${DEPEND}
37 +DEPEND="${RDEPEND}
38 test? (
39 dev-ml/ppx_jane
40 )"