diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-07 18:48:06 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-07 18:48:06 +0100 |
commit | bb966016a081473cbd1d95889ad0c7f10f05a018 (patch) | |
tree | 0fe5e54299e8e506aa1886c6744393a5c279a15f /dev-ml/async | |
parent | dev-ml/ocamlbuild: add blocker against findlib versions that it collides with (diff) | |
download | gentoo-bb966016a081473cbd1d95889ad0c7f10f05a018.tar.gz gentoo-bb966016a081473cbd1d95889ad0c7f10f05a018.tar.bz2 gentoo-bb966016a081473cbd1d95889ad0c7f10f05a018.zip |
dev-ml/async: add missing dep on async_extra
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/async')
-rw-r--r-- | dev-ml/async/async-113.24.00.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/async/async-113.24.00.ebuild b/dev-ml/async/async-113.24.00.ebuild index a3ad66e4acf8..f0cee4cdce79 100644 --- a/dev-ml/async/async-113.24.00.ebuild +++ b/dev-ml/async/async-113.24.00.ebuild @@ -21,6 +21,7 @@ IUSE="examples" RDEPEND=">=dev-lang/ocaml-4.02.0:= >=dev-ml/async_kernel-${PV}:= >=dev-ml/async_unix-${PV}:= + >=dev-ml/async_extra-${PV}:= dev-ml/bin-prot:= dev-ml/core:= dev-ml/fieldslib:= |