Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/uutf/
Date: Sun, 03 Jul 2022 08:18:11
Message-Id: 1656836270.c6db5bdda471f08309c8898286ef0fbd324b31e7.tupone@gentoo
1 commit: c6db5bdda471f08309c8898286ef0fbd324b31e7
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 08:17:50 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 08:17:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6db5bdd
7
8 dev-ml/uutf: force ocamlopt? dependency on cmdliner
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
12
13 dev-ml/uutf/uutf-1.0.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/uutf/uutf-1.0.3.ebuild b/dev-ml/uutf/uutf-1.0.3.ebuild
17 index 5faf09387207..a1184fb0a2f1 100644
18 --- a/dev-ml/uutf/uutf-1.0.3.ebuild
19 +++ b/dev-ml/uutf/uutf-1.0.3.ebuild
20 @@ -18,11 +18,11 @@ REQUIRED_USE="utftrip? ( ocamlopt )"
21
22 RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
23 dev-ml/uchar:=
24 - utftrip? ( dev-ml/cmdliner:= )"
25 + utftrip? ( dev-ml/cmdliner:=[ocamlopt?] )"
26 DEPEND="${RDEPEND}"
27 BDEPEND="dev-ml/ocamlbuild
28 dev-ml/topkg
29 - test? ( dev-ml/cmdliner )"
30 + test? ( dev-ml/cmdliner[ocamlopt?] )"
31
32 DOCS=( CHANGES.md README.md )