Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/uchar/
Date: Fri, 07 Jul 2017 17:58:28
Message-Id: 1499450297.b9841a83a00a94339e1ff30f6fdd312705b3b972.aballier@gentoo
1 commit: b9841a83a00a94339e1ff30f6fdd312705b3b972
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 7 17:58:17 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 7 17:58:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9841a83
7
8 dev-ml/uchar: Restrict tests are they are just checking the lib is installed... bug #624144
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/uchar/uchar-0.0.1.ebuild | 5 +++++
13 1 file changed, 5 insertions(+)
14
15 diff --git a/dev-ml/uchar/uchar-0.0.1.ebuild b/dev-ml/uchar/uchar-0.0.1.ebuild
16 index 55523e016ac..74e9bd312cb 100644
17 --- a/dev-ml/uchar/uchar-0.0.1.ebuild
18 +++ b/dev-ml/uchar/uchar-0.0.1.ebuild
19 @@ -17,6 +17,11 @@ IUSE="+ocamlopt"
20 RDEPEND=">=dev-lang/ocaml-4.03:="
21 DEPEND="${RDEPEND} dev-ml/ocamlbuild"
22
23 +# This is mostly a compat wrapper for older ocaml versions we don't support. No
24 +# need to test it, plus it fails when installing for the first time:
25 +# https://bugs.gentoo.org/show_bug.cgi?id=624144
26 +RESTRICT="test"
27 +
28 src_compile() {
29 ocaml pkg/build.ml \
30 "native=$(usex ocamlopt true false)" \