Skip to content

Commit

Permalink
dev-ml/llvm-ocaml: Restrict tests with USE=-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Dec 15, 2017
1 parent 7770e55 commit 04e600f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ml/llvm-ocaml/llvm-ocaml-5.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down
1 change: 1 addition & 0 deletions dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 04e600f

Please sign in to comment.