Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/enumerate/
Date: Sun, 26 Jun 2016 10:03:18
Message-Id: 1466933677.e2938f0b23783976b6dd1a231cdcabeeb7d71d21.monsieurp@gentoo
1 commit: e2938f0b23783976b6dd1a231cdcabeeb7d71d21
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 26 09:34:37 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 26 09:34:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2938f0b
7
8 dev-ml/enumerate: Fix || operator error and depend on dev-ml/camlp4 only instead.
9
10 Gentoo-Bug: https://bugs.gentoo.org/586908
11
12 Package-Manager: portage-2.2.28
13
14 .../{enumerate-111.08.00.ebuild => enumerate-111.08.00-r1.ebuild} | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ml/enumerate/enumerate-111.08.00.ebuild b/dev-ml/enumerate/enumerate-111.08.00-r1.ebuild
18 similarity index 84%
19 rename from dev-ml/enumerate/enumerate-111.08.00.ebuild
20 rename to dev-ml/enumerate/enumerate-111.08.00-r1.ebuild
21 index 3e00a71..568d5b8 100644
22 --- a/dev-ml/enumerate/enumerate-111.08.00.ebuild
23 +++ b/dev-ml/enumerate/enumerate-111.08.00-r1.ebuild
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 -EAPI="5"
31 +EAPI=5
32
33 inherit oasis
34
35 @@ -19,7 +19,7 @@ IUSE=""
36
37 DEPEND="
38 >=dev-ml/type-conv-111.13:=
39 - || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
40 + dev-ml/camlp4:="
41
42 RDEPEND="${DEPEND}"