commit: b9841a83a00a94339e1ff30f6fdd312705b3b972
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 7 17:58:17 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 7 17:58:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9841a83
dev-ml/uchar: Restrict tests are they are just checking the lib is installed...
bug #624144
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ml/uchar/uchar-0.0.1.ebuild | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-ml/uchar/uchar-0.0.1.ebuild b/dev-ml/uchar/uchar-0.0.1.ebuild
index 55523e016ac..74e9bd312cb 100644
--- a/dev-ml/uchar/uchar-0.0.1.ebuild
+++ b/dev-ml/uchar/uchar-0.0.1.ebuild
@@ -17,6 +17,11 @@ IUSE="+ocamlopt"
RDEPEND=">=dev-lang/ocaml-4.03:="
DEPEND="${RDEPEND} dev-ml/ocamlbuild"
+# This is mostly a compat wrapper for older ocaml versions we don't support. No
+# need to test it, plus it fails when installing for the first time:
+# https://bugs.gentoo.org/show_bug.cgi?id=624144
+RESTRICT="test"
+
src_compile() {
ocaml pkg/build.ml \
"native=$(usex ocamlopt true false)" \