diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-21 18:57:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-21 19:15:39 +0200 |
commit | a3286bf9c85430a847208251964aca177d997363 (patch) | |
tree | ac0f98238e047015a487b9dfb4cd0b9a6c0958c6 /dev-ml | |
parent | sys-devel/llvm: Enable assertions in 17.x by default (diff) | |
download | gentoo-a3286bf9c85430a847208251964aca177d997363.tar.gz gentoo-a3286bf9c85430a847208251964aca177d997363.tar.bz2 gentoo-a3286bf9c85430a847208251964aca177d997363.zip |
dev-ml/llvm-ocaml: Enable assertions in 17.x by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-17.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0.9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0.9999.ebuild index aee649edd10c..1e54d201785c 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0.9999.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-17.0.0.9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${PV}" KEYWORDS="" -IUSE="debug test" +IUSE="+debug test" RESTRICT="!test? ( test )" RDEPEND=" |