commit: e2938f0b23783976b6dd1a231cdcabeeb7d71d21 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Jun 26 09:34:37 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Jun 26 09:34:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2938f0b
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 .../{enumerate-111.08.00.ebuild => enumerate-111.08.00-r1.ebuild} | 6 +++--- 1 file 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 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 3e00a71..568d5b8 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}"
