diff options
author | Sam James <sam@gentoo.org> | 2021-02-09 20:21:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-09 20:21:45 +0000 |
commit | e11bf0af6cd3d7a790835eb6e678506a6b7bbcf1 (patch) | |
tree | 40b33b9d8c61a8591ea39cdf03c0df9c9771d5e2 /dev-ml/uutf | |
parent | dev-qt/qt-creator: sys-devel/gdb[client] is gone (diff) | |
download | gentoo-e11bf0af6cd3d7a790835eb6e678506a6b7bbcf1.tar.gz gentoo-e11bf0af6cd3d7a790835eb6e678506a6b7bbcf1.tar.bz2 gentoo-e11bf0af6cd3d7a790835eb6e678506a6b7bbcf1.zip |
dev-ml/uutf: utftrip needs ocamlopt
Closes: https://bugs.gentoo.org/629026
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/uutf')
-rw-r--r-- | dev-ml/uutf/uutf-1.0.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ml/uutf/uutf-1.0.1.ebuild b/dev-ml/uutf/uutf-1.0.1.ebuild index ae4e6b83565a..9c9388e1b639 100644 --- a/dev-ml/uutf/uutf-1.0.1.ebuild +++ b/dev-ml/uutf/uutf-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -14,6 +14,7 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="doc utftrip +ocamlopt test" RESTRICT="!test? ( test )" +REQUIRED_USE="utftrip? ( ocamlopt )" RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?] dev-ml/uchar:= |