diff options
author | 2024-07-23 14:56:55 +0100 | |
---|---|---|
committer | 2024-07-23 14:56:55 +0100 | |
commit | 5d9efd853300d9e21c91414e44f09327eb4a446a (patch) | |
tree | 1c3db91e7edc6fc5a13db5b4ead0e8e0ef619614 /sys-devel/clang-runtime | |
parent | sys-libs/libcxx: Stabilize 18.1.8 x86, #935984 (diff) | |
download | gentoo-5d9efd853300d9e21c91414e44f09327eb4a446a.tar.gz gentoo-5d9efd853300d9e21c91414e44f09327eb4a446a.tar.bz2 gentoo-5d9efd853300d9e21c91414e44f09327eb4a446a.zip |
sys-devel/clang-runtime: Stabilize 18.1.8 x86, #935984
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-18.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-18.1.8.ebuild b/sys-devel/clang-runtime/clang-runtime-18.1.8.ebuild index 4f3aafb56f39..fdc40ff34a92 100644 --- a/sys-devel/clang-runtime/clang-runtime-18.1.8.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-18.1.8.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 ~arm64-macos ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" |