diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-21 14:20:16 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-21 14:38:43 +0200 |
commit | 07efe37f586c0d83b3023868af7720f1a1a49665 (patch) | |
tree | 1c80cdbcc3f39c6087328cecfeaa85aff3dcf7d4 /dev-ml/markup | |
parent | dev-ml/onanomsg: use 4 style usedep on lwt (diff) | |
download | gentoo-07efe37f586c0d83b3023868af7720f1a1a49665.tar.gz gentoo-07efe37f586c0d83b3023868af7720f1a1a49665.tar.bz2 gentoo-07efe37f586c0d83b3023868af7720f1a1a49665.zip |
dev-ml/markup: use 4 style usedep on lwt
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-ml/markup')
-rw-r--r-- | dev-ml/markup/markup-0.7.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/markup/markup-0.7.5.ebuild b/dev-ml/markup/markup-0.7.5.ebuild index 6936fe4a8367..66c1698789fe 100644 --- a/dev-ml/markup/markup-0.7.5.ebuild +++ b/dev-ml/markup/markup-0.7.5.ebuild @@ -16,7 +16,7 @@ IUSE="doc test" DEPEND=" dev-lang/ocaml:=[ocamlopt] - dev-ml/lwt:=[ocamlopt] + dev-ml/lwt:=[ocamlopt(+)] >=dev-ml/uutf-1.0:=[ocamlopt] " RDEPEND="${DEPEND}" |