summaryrefslogtreecommitdiff
path: root/dev-ml/llvm-ocaml
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-12-15 16:55:20 +0100
committerMichał Górny <mgorny@gentoo.org>2017-12-15 17:20:11 +0100
commit04e600f02cb3d8076113e8132ddbb27ed1683faf (patch)
tree36cc6b3aeb6a72755c9fc96939c98f677cf85fbd /dev-ml/llvm-ocaml
parent7770e555a687c7034a368129cb4d001462c33f5c (diff)
downloadgentoo-04e600f02cb3d8076113e8132ddbb27ed1683faf.tar.gz
gentoo-04e600f02cb3d8076113e8132ddbb27ed1683faf.tar.xz
dev-ml/llvm-ocaml: Restrict tests with USE=-test
Diffstat (limited to 'dev-ml/llvm-ocaml')
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild1
-rw-r--r--dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild1
2 files changed, 2 insertions, 0 deletions
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=