diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-25 13:28:23 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-25 16:42:42 +0200 |
commit | 7c766a57a96ed4732d0cdf2e2ec0770d74ed29bd (patch) | |
tree | 5c63583df148b4f14d1506e932b65adaf1ef9c3d /dev-ml | |
parent | dev-lang/ocaml: Bump to 4.04.2, bug #622544 (diff) | |
download | gentoo-7c766a57a96ed4732d0cdf2e2ec0770d74ed29bd.tar.gz gentoo-7c766a57a96ed4732d0cdf2e2ec0770d74ed29bd.tar.bz2 gentoo-7c766a57a96ed4732d0cdf2e2ec0770d74ed29bd.zip |
dev-ml/ocaml-ipaddr: add missing dev-ml/ppx_type_conv:= dep
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild index dae346c4e2c8..963f7245bbd5 100644 --- a/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild +++ b/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.8.0.ebuild @@ -15,6 +15,7 @@ IUSE="+ocamlopt test" RDEPEND="dev-ml/sexplib:= dev-ml/ppx_sexp_conv:= dev-ml/ppx_core:= + dev-ml/ppx_type_conv:= dev-lang/ocaml:=[ocamlopt?] " DEPEND="${RDEPEND} |