Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/deriving-ocsigen/
Date: Tue, 28 Jun 2016 20:12:44
Message-Id: 1467144745.164e7ec1c260051704bd208c346beb2cce366248.mgorny@gentoo
1 commit: 164e7ec1c260051704bd208c346beb2cce366248
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 20:11:03 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 20:12:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164e7ec1
7
8 dev-ml/deriving-ocsigen: Dep only on camlp4, #586906
9
10 dev-ml/deriving-ocsigen/deriving-ocsigen-0.3c.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-ml/deriving-ocsigen/deriving-ocsigen-0.3c.ebuild b/dev-ml/deriving-ocsigen/deriving-ocsigen-0.3c.ebuild
14 index 28677f2..e8ee239 100644
15 --- a/dev-ml/deriving-ocsigen/deriving-ocsigen-0.3c.ebuild
16 +++ b/dev-ml/deriving-ocsigen/deriving-ocsigen-0.3c.ebuild
17 @@ -16,7 +16,7 @@ KEYWORDS="~amd64"
18 IUSE="+ocamlopt type-conv"
19
20 DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
21 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
22 + dev-ml/camlp4:=
23 type-conv? ( >=dev-ml/type-conv-108:= )"
24 RDEPEND="${DEPEND}"