diff options
author | 2023-01-07 06:52:24 +0000 | |
---|---|---|
committer | 2023-01-07 06:52:24 +0000 | |
commit | c7a9538b97c8573e7e30611dc5a354107ef4d043 (patch) | |
tree | 68c457b7f27e110969eabbf897c949290a85159c /sys-devel | |
parent | sys-devel/llvm: Stabilize 15.0.6-r1 arm64, #890000 (diff) | |
download | gentoo-c7a9538b97c8573e7e30611dc5a354107ef4d043.tar.gz gentoo-c7a9538b97c8573e7e30611dc5a354107ef4d043.tar.bz2 gentoo-c7a9538b97c8573e7e30611dc5a354107ef4d043.zip |
sys-devel/clang: Stabilize 15.0.6-r1 arm64, #890000
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang/clang-15.0.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang/clang-15.0.6-r1.ebuild b/sys-devel/clang/clang-15.0.6-r1.ebuild index fb2ce04d02c8..981b62c75482 100644 --- a/sys-devel/clang/clang-15.0.6-r1.ebuild +++ b/sys-devel/clang/clang-15.0.6-r1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT" SLOT="${LLVM_MAJOR}/${LLVM_SOABI}" -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 doc +extra ieee-long-double +pie +static-analyzer test xml" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" |