commit:     09756db2fb6945d1b767b68f4017e6f1d4e6b66a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 21 20:22:24 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 21 20:32:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09756db2

app-misc/wyrd: Remove := slot op from || dep, #586304

 app-misc/wyrd/wyrd-1.4.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/wyrd/wyrd-1.4.6.ebuild b/app-misc/wyrd/wyrd-1.4.6.ebuild
index a6f5789..660a822 100644
--- a/app-misc/wyrd/wyrd-1.4.6.ebuild
+++ b/app-misc/wyrd/wyrd-1.4.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -16,7 +16,7 @@ IUSE="unicode"
 RDEPEND="
        sys-libs/ncurses[unicode?]
        >=app-misc/remind-03.01
-       || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )
+       || ( dev-ml/camlp4 <dev-lang/ocaml-4.02.0 )
 "
 DEPEND="${RDEPEND}
        >=dev-lang/ocaml-3.08

Reply via email to