diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-06-21 22:22:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-06-21 22:32:45 +0200 |
commit | 09756db2fb6945d1b767b68f4017e6f1d4e6b66a (patch) | |
tree | d679b4a40f65e57d87593c8dc456c53e7bc1d02a /app-misc | |
parent | games-arcade/vor: version bump (diff) | |
download | gentoo-09756db2fb6945d1b767b68f4017e6f1d4e6b66a.tar.gz gentoo-09756db2fb6945d1b767b68f4017e6f1d4e6b66a.tar.bz2 gentoo-09756db2fb6945d1b767b68f4017e6f1d4e6b66a.zip |
app-misc/wyrd: Remove := slot op from || dep, #586304
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/wyrd/wyrd-1.4.6.ebuild | 4 |
1 files 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 a6f57895aac3..660a8229990f 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 |