Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-cstruct/
Date: Tue, 18 Jul 2017 17:36:57
Message-Id: 1500399399.4bb82691aac1c9dbf966658f222bbe390e510bf3.aballier@gentoo
1 commit: 4bb82691aac1c9dbf966658f222bbe390e510bf3
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 18 17:36:39 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 18 17:36:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb82691
7
8 dev-ml/ocaml-cstruct: Add missing test deps, bug #625532
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild
16 index 39b192f16a3..0acf2607860 100644
17 --- a/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild
18 +++ b/dev-ml/ocaml-cstruct/ocaml-cstruct-3.1.1.ebuild
19 @@ -34,7 +34,10 @@ RDEPEND="
20 DEPEND="
21 dev-ml/jbuilder
22 dev-ml/opam
23 - test? ( dev-ml/ounit )
24 + test? (
25 + dev-ml/ounit
26 + ppx? ( dev-ml/ppx_driver dev-ml/ppx_sexp_conv )
27 + )
28 ${RDEPEND}
29 "