diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:14:10 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-03-01 19:47:37 +0100 |
commit | e422d0e48cf8b13f78357b82e53b3c7b1b76a8b2 (patch) | |
tree | 9ce66f87d282c4970482fd51eea09a6f8dde39f8 /dev-ml/uutf | |
parent | dev-ml/bolt: add ocamlbuild dep (diff) | |
download | gentoo-e422d0e48cf8b13f78357b82e53b3c7b1b76a8b2.tar.gz gentoo-e422d0e48cf8b13f78357b82e53b3c7b1b76a8b2.tar.bz2 gentoo-e422d0e48cf8b13f78357b82e53b3c7b1b76a8b2.zip |
dev-ml/uutf: add ocamlbuild dep
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ml/uutf')
-rw-r--r-- | dev-ml/uutf/uutf-0.9.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ml/uutf/uutf-0.9.4.ebuild b/dev-ml/uutf/uutf-0.9.4.ebuild index 1fab6e59f9e5..20be744a2e81 100644 --- a/dev-ml/uutf/uutf-0.9.4.ebuild +++ b/dev-ml/uutf/uutf-0.9.4.ebuild @@ -18,6 +18,7 @@ IUSE="doc utftrip +ocamlopt test" RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] utftrip? ( dev-ml/cmdliner:= )" DEPEND="${RDEPEND} + dev-ml/ocamlbuild test? ( dev-ml/cmdliner )" src_compile() { |