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/mirage-profile/
Date: Tue, 03 May 2016 10:14:57
Message-Id: 1462269950.abb1b1d6e0578770e217bed99662f9ae09b5b40e.aballier@gentoo
1 commit: abb1b1d6e0578770e217bed99662f9ae09b5b40e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 10:05:50 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 10:05:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb1b1d6
7
8 dev-ml/mirage-profile: fix dep on ocaml-cstruct
9
10 Package-Manager: portage-2.2.28
11
12 .../{mirage-profile-0.7.0.ebuild => mirage-profile-0.7.0-r1.ebuild} | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-ml/mirage-profile/mirage-profile-0.7.0.ebuild b/dev-ml/mirage-profile/mirage-profile-0.7.0-r1.ebuild
16 similarity index 91%
17 rename from dev-ml/mirage-profile/mirage-profile-0.7.0.ebuild
18 rename to dev-ml/mirage-profile/mirage-profile-0.7.0-r1.ebuild
19 index 5b88e9a..df82368 100644
20 --- a/dev-ml/mirage-profile/mirage-profile-0.7.0.ebuild
21 +++ b/dev-ml/mirage-profile/mirage-profile-0.7.0-r1.ebuild
22 @@ -22,7 +22,8 @@ RDEPEND="
23 >=dev-lang/ocaml-4:=
24 dev-ml/io-page:=
25 dev-ml/lwt:=
26 - >=dev-ml/ocaml-cstruct-1.9.0:=[camlp4(-)]
27 + >=dev-ml/ocaml-cstruct-1.9.0:=[ppx(-)]
28 + dev-ml/ppx_tools:=
29 dev-ml/ocplib-endian:=
30 "
31 DEPEND="