dev-ml/uutf: force ocamlopt? dependency on cmdliner

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2022-07-03 10:17:50 +02:00
parent 775016ae14
commit c6db5bdda4

View File

@@ -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 )