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/cinaps/
Date: Fri, 15 Oct 2021 03:04:28
Message-Id: 1634266879.1b705db844453685358c2192139fd3362698b051.sam@gentoo
1 commit: 1b705db844453685358c2192139fd3362698b051
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 03:01:19 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 03:01:19 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b705db8
7
8 dev-ml/cinaps: tidy ebuild
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ml/cinaps/cinaps-0.14.0.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/dev-ml/cinaps/cinaps-0.14.0.ebuild b/dev-ml/cinaps/cinaps-0.14.0.ebuild
16 index 300f13b069f..891d83ba04c 100644
17 --- a/dev-ml/cinaps/cinaps-0.14.0.ebuild
18 +++ b/dev-ml/cinaps/cinaps-0.14.0.ebuild
19 @@ -15,14 +15,12 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
20 IUSE="+ocamlopt test"
21 RESTRICT="!test? ( test )"
22
23 -DEPEND="
24 +RDEPEND="
25 dev-ml/findlib:=
26 dev-ml/re:=
27 "
28 -RDEPEND="${DEPEND}"
29 -BDEPEND=""
30 -DEPEND="${DEPEND}
31 +DEPEND="${RDEPEND}
32 test? (
33 dev-ml/ppx_jane
34 - )
35 + )
36 "