summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-06-26 09:34:37 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-06-26 09:34:37 +0000
commite2938f0b23783976b6dd1a231cdcabeeb7d71d21 (patch)
treebf14b9011c711a82f4ea8e0b84e919b24ae2dcce
parentdev-ml/camomile: Stable for amd64. Retroactively mark stable for the remainin... (diff)
downloadgentoo-e2938f0b23783976b6dd1a231cdcabeeb7d71d21.tar.gz
gentoo-e2938f0b23783976b6dd1a231cdcabeeb7d71d21.tar.bz2
gentoo-e2938f0b23783976b6dd1a231cdcabeeb7d71d21.zip
dev-ml/enumerate: Fix || operator error and depend on dev-ml/camlp4 only instead.
Gentoo-Bug: https://bugs.gentoo.org/586908 Package-Manager: portage-2.2.28
-rw-r--r--dev-ml/enumerate/enumerate-111.08.00-r1.ebuild (renamed from dev-ml/enumerate/enumerate-111.08.00.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/enumerate/enumerate-111.08.00.ebuild b/dev-ml/enumerate/enumerate-111.08.00-r1.ebuild
index 3e00a711625d..568d5b886250 100644
--- a/dev-ml/enumerate/enumerate-111.08.00.ebuild
+++ b/dev-ml/enumerate/enumerate-111.08.00-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=5
inherit oasis
@@ -19,7 +19,7 @@ IUSE=""
DEPEND="
>=dev-ml/type-conv-111.13:=
- || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
+ dev-ml/camlp4:="
RDEPEND="${DEPEND}"