diff options
author | Sam James <sam@gentoo.org> | 2024-01-12 09:22:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-12 09:22:40 +0000 |
commit | f57b45353b599059d4cf6c2c20b0694a676479b2 (patch) | |
tree | 710e70c1517dbf01b6dc4a18f45a39a1a98cb799 /sys-devel/clang-runtime | |
parent | sys-libs/llvm-libunwind: Stabilize 17.0.6 arm64, #920044 (diff) | |
download | gentoo-f57b45353b599059d4cf6c2c20b0694a676479b2.tar.gz gentoo-f57b45353b599059d4cf6c2c20b0694a676479b2.tar.bz2 gentoo-f57b45353b599059d4cf6c2c20b0694a676479b2.zip |
sys-devel/clang-runtime: Stabilize 17.0.6 arm64, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild b/sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild index 58c272b5c5af..739868c36537 100644 --- a/sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" SLOT="${PV%%.*}" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" |