commit: 1b705db844453685358c2192139fd3362698b051
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 03:01:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 03:01:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b705db8
dev-ml/cinaps: tidy ebuild
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/cinaps/cinaps-0.14.0.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-ml/cinaps/cinaps-0.14.0.ebuild
b/dev-ml/cinaps/cinaps-0.14.0.ebuild
index 300f13b069f..891d83ba04c 100644
--- a/dev-ml/cinaps/cinaps-0.14.0.ebuild
+++ b/dev-ml/cinaps/cinaps-0.14.0.ebuild
@@ -15,14 +15,12 @@ KEYWORDS="amd64 arm arm64 ppc ppc64 x86"
IUSE="+ocamlopt test"
RESTRICT="!test? ( test )"
-DEPEND="
+RDEPEND="
dev-ml/findlib:=
dev-ml/re:=
"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-DEPEND="${DEPEND}
+DEPEND="${RDEPEND}
test? (
dev-ml/ppx_jane
- )
+ )
"