diff options
author | Sam James <sam@gentoo.org> | 2022-04-15 01:01:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-15 01:02:54 +0100 |
commit | 3f93c8b7499f906b57ac7ffec93c6c7063669a77 (patch) | |
tree | 67fcfeee0838508306fb9921c27c7d3f8fa22b26 /sys-devel | |
parent | dev-libs/libclc: keyword 14.0.1 for ~amd64, ~x86 (diff) | |
download | gentoo-3f93c8b7499f906b57ac7ffec93c6c7063669a77.tar.gz gentoo-3f93c8b7499f906b57ac7ffec93c6c7063669a77.tar.bz2 gentoo-3f93c8b7499f906b57ac7ffec93c6c7063669a77.zip |
sys-devel/clang: keyword 14.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-14.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-14.0.1.ebuild b/sys-devel/clang/clang-14.0.1.ebuild index 23918dce1a1d..286f3410ba13 100644 --- a/sys-devel/clang/clang-14.0.1.ebuild +++ b/sys-devel/clang/clang-14.0.1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" SLOT="$(ver_cut 1)" -KEYWORDS="" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x64-macos" IUSE="debug default-compiler-rt default-libcxx default-lld doc llvm-libunwind +pie +static-analyzer test xml" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |