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/camomile/
Date: Fri, 24 Jun 2016 09:57:22
Message-Id: 1466761070.8ed983fd2eff485a41be9d4ada5e968663f49e5c.aballier@gentoo
1 commit: 8ed983fd2eff485a41be9d4ada5e968663f49e5c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 09:37:50 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 09:37:50 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed983fd
7
8 dev-ml/camomile: drop backward compat camlp4 dep
9
10 Package-Manager: portage-2.3.0_rc1
11 RepoMan-Options: --force
12
13 dev-ml/camomile/{camomile-0.8.5.ebuild => camomile-0.8.5-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/camomile/camomile-0.8.5.ebuild b/dev-ml/camomile/camomile-0.8.5-r1.ebuild
17 similarity index 89%
18 rename from dev-ml/camomile/camomile-0.8.5.ebuild
19 rename to dev-ml/camomile/camomile-0.8.5-r1.ebuild
20 index c0cb67e..cca5431 100644
21 --- a/dev-ml/camomile/camomile-0.8.5.ebuild
22 +++ b/dev-ml/camomile/camomile-0.8.5-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2014 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -17,7 +17,7 @@ IUSE="debug +ocamlopt"
30
31 RDEPEND="
32 >=dev-lang/ocaml-3.10.2:=[ocamlopt?]
33 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
34 + dev-ml/camlp4:=
35 "
36 DEPEND="${RDEPEND}"