diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-12-15 16:55:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-12-15 17:20:11 +0100 |
commit | 04e600f02cb3d8076113e8132ddbb27ed1683faf (patch) | |
tree | 36cc6b3aeb6a72755c9fc96939c98f677cf85fbd /dev-ml/llvm-ocaml | |
parent | sys-devel/llvm: Restrict tests with USE=-test (diff) | |
download | gentoo-04e600f02cb3d8076113e8132ddbb27ed1683faf.tar.gz gentoo-04e600f02cb3d8076113e8132ddbb27ed1683faf.tar.bz2 gentoo-04e600f02cb3d8076113e8132ddbb27ed1683faf.zip |
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.ebuild | 1 | ||||
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 1 |
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 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= |