www-servers/ocsigenserver: Remove := inside ||, #586328
authorMichał Górny <mgorny@gentoo.org>
Tue, 21 Jun 2016 19:26:12 +0000 (21:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 21 Jun 2016 19:26:28 +0000 (21:26 +0200)
www-servers/ocsigenserver/ocsigenserver-2.7.ebuild

index e9144bbb508b462ac25b278b973f3b5f2f07b74c..1a5a3cb90b98a2c8d42c2af0aff4f0c601b85760 100644 (file)
@@ -26,7 +26,7 @@ DEPEND=">=dev-ml/lwt-2.5.0:=[react,ssl]
                >=dev-ml/tyxml-3.3:=[camlp4(+)]
                >=dev-lang/ocaml-3.12:=[ocamlopt?]
                dev-ml/ocaml-ipaddr:=
-               dbm? ( || ( dev-ml/camldbm:= >=dev-lang/ocaml-3.12[gdbm] ) )
+               dbm? ( || ( dev-ml/camldbm >=dev-lang/ocaml-3.12[gdbm] ) )
                sqlite? ( dev-ml/ocaml-sqlite3:= )"
 RDEPEND="${DEPEND}"