diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-06 17:37:25 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-06 18:03:24 +0100 |
commit | 8ce54f0f932d10b7f753ee86260d7b7249a97796 (patch) | |
tree | 6b54fe98cdf32ddeef58667c5a7002389640afb8 /sys-devel | |
parent | dev-ml/llvm-ocaml: Rekeyword 18.1.0 (diff) | |
download | gentoo-8ce54f0f932d10b7f753ee86260d7b7249a97796.tar.gz gentoo-8ce54f0f932d10b7f753ee86260d7b7249a97796.tar.bz2 gentoo-8ce54f0f932d10b7f753ee86260d7b7249a97796.zip |
sys-devel/clang-common: Rekeyword 18.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-common/clang-common-18.1.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-devel/clang-common/clang-common-18.1.0.ebuild b/sys-devel/clang-common/clang-common-18.1.0.ebuild index 80d989986d28..41244cc63afa 100644 --- a/sys-devel/clang-common/clang-common-18.1.0.ebuild +++ b/sys-devel/clang-common/clang-common-18.1.0.ebuild @@ -10,6 +10,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE=" default-compiler-rt default-libcxx default-lld bootstrap-prefix hardened llvm-libunwind @@ -288,3 +289,4 @@ pkg_preinst() { fi fi } + |