From c6db5bdda471f08309c8898286ef0fbd324b31e7 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 3 Jul 2022 10:17:50 +0200 Subject: [PATCH] dev-ml/uutf: force ocamlopt? dependency on cmdliner Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alfredo Tupone --- dev-ml/uutf/uutf-1.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )