summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-21 14:19:36 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-21 14:38:43 +0200
commitf3171f1a030f41b86d176d7756bdbb68cdb725f2 (patch)
treeff86c64a249427a7bfbd563c355b13918afca538
parentdev-util/drone: Remove old (diff)
downloadgentoo-f3171f1a.tar.gz
gentoo-f3171f1a.tar.bz2
gentoo-f3171f1a.zip
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.ebuild2
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 bb436094f0a2..2568208295b2 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 )