Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/uutf/
Date: Tue, 09 Feb 2021 20:22:59
Message-Id: 1612902105.e11bf0af6cd3d7a790835eb6e678506a6b7bbcf1.sam@gentoo
1 commit: e11bf0af6cd3d7a790835eb6e678506a6b7bbcf1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 20:21:45 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 20:21:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11bf0af
7
8 dev-ml/uutf: utftrip needs ocamlopt
9
10 Closes: https://bugs.gentoo.org/629026
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-ml/uutf/uutf-1.0.1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ml/uutf/uutf-1.0.1.ebuild b/dev-ml/uutf/uutf-1.0.1.ebuild
18 index ae4e6b83565..9c9388e1b63 100644
19 --- a/dev-ml/uutf/uutf-1.0.1.ebuild
20 +++ b/dev-ml/uutf/uutf-1.0.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="5"
27 @@ -14,6 +14,7 @@ SLOT="0/${PV}"
28 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
29 IUSE="doc utftrip +ocamlopt test"
30 RESTRICT="!test? ( test )"
31 +REQUIRED_USE="utftrip? ( ocamlopt )"
32
33 RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
34 dev-ml/uchar:=