diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-09-06 21:17:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-09-06 21:18:18 +0200 |
commit | a25da2f43dd2d7c1d8e9a2004732f71e4196fa52 (patch) | |
tree | 4d9063d5254ff9695d7db075e3b15a08af5959ad /dev-ml/llvm-ocaml | |
parent | sys-devel/llvmgold: Add keywords to 15.0.0 (diff) | |
download | gentoo-a25da2f43dd2d7c1d8e9a2004732f71e4196fa52.tar.gz gentoo-a25da2f43dd2d7c1d8e9a2004732f71e4196fa52.tar.bz2 gentoo-a25da2f43dd2d7c1d8e9a2004732f71e4196fa52.zip |
dev-ml/llvm-ocaml: Add keywords to 15.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml/llvm-ocaml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.ebuild index 3f682163a64b..cdbcf29df268 100644 --- a/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.ebuild +++ b/dev-ml/llvm-ocaml/llvm-ocaml-15.0.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~x86" IUSE="debug test" RESTRICT="!test? ( test )" |