diff options
author | 2022-03-10 23:52:41 +0000 | |
---|---|---|
committer | 2022-03-10 23:52:41 +0000 | |
commit | c7658444e5ae8381db1064348de2c183ca625494 (patch) | |
tree | dcab84d8c6b4d9bb0965d4ece998276d5ecd9555 /sys-devel/clang | |
parent | sys-devel/clang-runtime: Stabilize 13.0.1 arm64, #833209 (diff) | |
download | gentoo-c7658444e5ae8381db1064348de2c183ca625494.tar.gz gentoo-c7658444e5ae8381db1064348de2c183ca625494.tar.bz2 gentoo-c7658444e5ae8381db1064348de2c183ca625494.zip |
sys-devel/clang: Stabilize 13.0.1 arm, #833209
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/clang')
-rw-r--r-- | sys-devel/clang/clang-13.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-13.0.1.ebuild b/sys-devel/clang/clang-13.0.1.ebuild index caf2d1eb2d80..2aa75d0f943a 100644 --- a/sys-devel/clang/clang-13.0.1.ebuild +++ b/sys-devel/clang/clang-13.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="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" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |