From 04e600f02cb3d8076113e8132ddbb27ed1683faf Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 15 Dec 2017 16:55:20 +0100 Subject: dev-ml/llvm-ocaml: Restrict tests with USE=-test --- dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild | 1 + dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 1 + 2 files changed, 2 insertions(+) (limited to 'dev-ml/llvm-ocaml') diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild index b7e7d9839de6..8a79b8b94602 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild @@ -27,6 +27,7 @@ LICENSE="UoI-NCSA" SLOT="0/${PV}" KEYWORDS="" IUSE="debug test ${ALL_LLVM_TARGETS[*]}" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.00.0:0= diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild index 2fa7019d717d..6901bd11fb00 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild @@ -28,6 +28,7 @@ LICENSE="UoI-NCSA" SLOT="0/${PV}" KEYWORDS="" IUSE="debug test ${ALL_LLVM_TARGETS[*]}" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.00.0:0= -- cgit v1.2.3-65-gdbad