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/comparelib/
Date: Tue, 28 Jun 2016 20:12:43
Message-Id: 1467144745.3c98b01abde66d7054ff22c51d98c582a0828df4.mgorny@gentoo
1 commit: 3c98b01abde66d7054ff22c51d98c582a0828df4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 20:10:19 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=3c98b01a
7
8 dev-ml/comparelib: Dep only on camlp4, #586904
9
10 dev-ml/comparelib/comparelib-109.60.00.ebuild | 2 +-
11 dev-ml/comparelib/comparelib-113.00.00.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/dev-ml/comparelib/comparelib-109.60.00.ebuild b/dev-ml/comparelib/comparelib-109.60.00.ebuild
15 index 634a149..eb2cac4 100644
16 --- a/dev-ml/comparelib/comparelib-109.60.00.ebuild
17 +++ b/dev-ml/comparelib/comparelib-109.60.00.ebuild
18 @@ -17,7 +17,7 @@ KEYWORDS="~amd64"
19 IUSE=""
20
21 DEPEND=">=dev-ml/type-conv-109.20.00:=
22 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
23 + dev-ml/camlp4:="
24 RDEPEND="${DEPEND}"
25
26 DOCS=( "README.txt" )
27
28 diff --git a/dev-ml/comparelib/comparelib-113.00.00.ebuild b/dev-ml/comparelib/comparelib-113.00.00.ebuild
29 index 46b9a8e..6f76d02 100644
30 --- a/dev-ml/comparelib/comparelib-113.00.00.ebuild
31 +++ b/dev-ml/comparelib/comparelib-113.00.00.ebuild
32 @@ -16,7 +16,7 @@ KEYWORDS="~amd64"
33 IUSE=""
34
35 DEPEND=">=dev-ml/type-conv-109.20.00:=
36 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
37 + dev-ml/camlp4:="
38 RDEPEND="${DEPEND}"
39
40 DOCS=( "README.txt" )