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/faillib/
Date: Tue, 28 Jun 2016 20:12:44
Message-Id: 1467144745.ceca5e6eea22eb2a34f81a5929db4e3eaaf39ad6.mgorny@gentoo
1 commit: ceca5e6eea22eb2a34f81a5929db4e3eaaf39ad6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 20:11:16 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=ceca5e6e
7
8 dev-ml/faillib: Dep only on camlp4, #586912
9
10 dev-ml/faillib/faillib-111.17.00.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-ml/faillib/faillib-111.17.00.ebuild b/dev-ml/faillib/faillib-111.17.00.ebuild
14 index 7e64206..f400008 100644
15 --- a/dev-ml/faillib/faillib-111.17.00.ebuild
16 +++ b/dev-ml/faillib/faillib-111.17.00.ebuild
17 @@ -18,7 +18,7 @@ IUSE=""
18
19 DEPEND="
20 dev-ml/herelib:=
21 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
22 + dev-ml/camlp4:=
23 "
24 RDEPEND="${DEPEND}"