diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-07-03 10:17:50 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-07-03 10:17:50 +0200 |
commit | c6db5bdda471f08309c8898286ef0fbd324b31e7 (patch) | |
tree | a627fe79fd51f4ceae76fd2c69cfcc845d90dc03 /dev-ml | |
parent | media-gfx/solvespace: add system-mimalloc USE flag (diff) | |
download | gentoo-c6db5bdda471f08309c8898286ef0fbd324b31e7.tar.gz gentoo-c6db5bdda471f08309c8898286ef0fbd324b31e7.tar.bz2 gentoo-c6db5bdda471f08309c8898286ef0fbd324b31e7.zip |
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>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/uutf/uutf-1.0.3.ebuild | 4 |
1 files 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 5faf09387207..a1184fb0a2f1 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 ) |