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/ppxlib/
Date: Fri, 15 Oct 2021 03:04:28
Message-Id: 1634267043.eed387135abc5d1d9a30be41e5c3252cbf8f9a96.sam@gentoo
1 commit: eed387135abc5d1d9a30be41e5c3252cbf8f9a96
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 03:04:03 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 03:04:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed38713
7
8 dev-ml/ppxlib: tidy ebuild
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/ppxlib/ppxlib-0.18.0.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-ml/ppxlib/ppxlib-0.18.0.ebuild b/dev-ml/ppxlib/ppxlib-0.18.0.ebuild
16 index 322bc6a963d..2358fdf4644 100644
17 --- a/dev-ml/ppxlib/ppxlib-0.18.0.ebuild
18 +++ b/dev-ml/ppxlib/ppxlib-0.18.0.ebuild
19 @@ -20,7 +20,7 @@ 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.11.0:=
26 dev-ml/findlib:=
27 >=dev-ml/ocaml-compiler-libs-0.11.0:=
28 @@ -31,8 +31,7 @@ DEPEND="
29 >=dev-ml/ppx_derivers-1.2.1:=
30 >=dev-ml/stdio-0.11.0:=
31 "
32 -RDEPEND="${DEPEND}"
33 -DEPEND="${DEPEND}
34 +DEPEND="${RDEPEND}
35 test? (
36 dev-ml/cinaps
37 )"