diff options
author | 2024-01-12 09:22:24 +0000 | |
---|---|---|
committer | 2024-01-12 09:22:24 +0000 | |
commit | f4781144e8ce5a91e8ec704a2edbfa427444b630 (patch) | |
tree | 35e596c7322a7c72ff15022707b0b1e1df5314cb /sys-devel | |
parent | sys-libs/llvm-libunwind: Stabilize 17.0.6 amd64, #920044 (diff) | |
download | gentoo-f4781144e8ce5a91e8ec704a2edbfa427444b630.tar.gz gentoo-f4781144e8ce5a91e8ec704a2edbfa427444b630.tar.bz2 gentoo-f4781144e8ce5a91e8ec704a2edbfa427444b630.zip |
sys-devel/clang-runtime: Stabilize 17.0.6 amd64, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 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 6483c7c0c78e..58c272b5c5af 100644 --- a/sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )" |