diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-08 22:01:26 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-08 22:20:06 +0100 |
commit | 9c49f8609b6f40669c531c08cca8a893fab5cf76 (patch) | |
tree | fe81b9f94ff5aee28006f3f921c9222c579a2188 /dev-ml | |
parent | games-*/*: drop last-rited pkgs (diff) | |
download | gentoo-9c49f8609b6f40669c531c08cca8a893fab5cf76.tar.gz gentoo-9c49f8609b6f40669c531c08cca8a893fab5cf76.tar.bz2 gentoo-9c49f8609b6f40669c531c08cca8a893fab5cf76.zip |
dev-ml/llvm-ocaml: Add KEYWORDS to 9.0.0_rc2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-9.0.1_rc2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1_rc2.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1_rc2.ebuild index e4629d049347..0381b55ac4ad 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1_rc2.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-9.0.1_rc2.ebuild @@ -19,7 +19,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?} LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~x86" IUSE="debug test ${ALL_LLVM_TARGETS[*]}" REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )" RESTRICT="!test? ( test )" |