diff options
author | Sam James <sam@gentoo.org> | 2021-11-05 20:07:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-05 20:07:07 +0000 |
commit | 09b343e50e407770bc9f95b0dda53733e700eaf1 (patch) | |
tree | 7707024edef34618bf9eb5820035b81244ebe59e /sys-devel/clang | |
parent | sys-fs/btrfs-progs: Removed old (diff) | |
download | gentoo-09b343e50e407770bc9f95b0dda53733e700eaf1.tar.gz gentoo-09b343e50e407770bc9f95b0dda53733e700eaf1.tar.bz2 gentoo-09b343e50e407770bc9f95b0dda53733e700eaf1.zip |
sys-devel/clang: Stabilize 13.0.0 arm, #821862
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-13.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-13.0.0.ebuild b/sys-devel/clang/clang-13.0.0.ebuild index 3a8632bf6fd6..8cc5e5097bf2 100644 --- a/sys-devel/clang/clang-13.0.0.ebuild +++ b/sys-devel/clang/clang-13.0.0.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" SLOT="$(ver_cut 1)" -KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x64-macos" +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 +static-analyzer test xml kernel_FreeBSD" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |