dev-ml/enumerate: Fix || operator error and depend on dev-ml/camlp4 only instead.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 26 Jun 2016 09:34:37 +0000 (09:34 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 26 Jun 2016 09:34:37 +0000 (09:34 +0000)
Gentoo-Bug: https://bugs.gentoo.org/586908

Package-Manager: portage-2.2.28

dev-ml/enumerate/enumerate-111.08.00-r1.ebuild [moved from dev-ml/enumerate/enumerate-111.08.00.ebuild with 84% similarity]

similarity index 84%
rename from dev-ml/enumerate/enumerate-111.08.00.ebuild
rename to dev-ml/enumerate/enumerate-111.08.00-r1.ebuild
index 3e00a711625d21a32733c8b2eb22547cf5c6c971..568d5b8862501dca10d6b3f10174199310d1c8ff 100644 (file)
@@ -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}"