diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-21 14:19:36 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-21 14:38:43 +0200 |
commit | f3171f1a030f41b86d176d7756bdbb68cdb725f2 (patch) | |
tree | ff86c64a249427a7bfbd563c355b13918afca538 | |
parent | cccb6f1f9ddc4789cc83df66d5a4db75ee04ff0d (diff) | |
download | gentoo-f3171f1a030f41b86d176d7756bdbb68cdb725f2.tar.gz gentoo-f3171f1a030f41b86d176d7756bdbb68cdb725f2.tar.xz |
dev-ml/onanomsg: use 4 style usedep on lwt
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r-- | dev-ml/onanomsg/onanomsg-1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/onanomsg/onanomsg-1.0-r1.ebuild b/dev-ml/onanomsg/onanomsg-1.0-r1.ebuild index bb436094f0a..2568208295b 100644 --- a/dev-ml/onanomsg/onanomsg-1.0-r1.ebuild +++ b/dev-ml/onanomsg/onanomsg-1.0-r1.ebuild @@ -22,7 +22,7 @@ RDEPEND=" dev-ml/ppx_deriving:=[ocamlopt?] dev-ml/ocaml-containers:=[ocamlopt?] dev-ml/ocaml-bigstring:= - lwt? ( dev-ml/lwt:=[ocamlopt?] ) + lwt? ( dev-ml/lwt:=[ocamlopt(+)?] ) " DEPEND="${RDEPEND} test? ( dev-ml/ounit ) |