commit:     04e600f02cb3d8076113e8132ddbb27ed1683faf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 15:55:20 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 16:20:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e600f0

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(+)

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 b7e7d9839de..8a79b8b9460 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 2fa7019d717..6901bd11fb0 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=

Reply via email to