diff --git a/dev-ml/uutf/uutf-1.0.3.ebuild b/dev-ml/uutf/uutf-1.0.3.ebuild index 5faf09387207c..a1184fb0a2f11 100644 --- a/dev-ml/uutf/uutf-1.0.3.ebuild +++ b/dev-ml/uutf/uutf-1.0.3.ebuild @@ -18,11 +18,11 @@ REQUIRED_USE="utftrip? ( ocamlopt )" RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] dev-ml/uchar:= - utftrip? ( dev-ml/cmdliner:= )" + utftrip? ( dev-ml/cmdliner:=[ocamlopt?] )" DEPEND="${RDEPEND}" BDEPEND="dev-ml/ocamlbuild dev-ml/topkg - test? ( dev-ml/cmdliner )" + test? ( dev-ml/cmdliner[ocamlopt?] )" DOCS=( CHANGES.md README.md )