diff options
author | Sam James <sam@gentoo.org> | 2024-07-23 14:34:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-23 14:34:01 +0100 |
commit | 7c891729afd9c6d942c03bee7b9b7f9c4f71cd31 (patch) | |
tree | 6e8b6b36faa551bec9d68aeae63ad8f039796c00 /sys-devel/clang-runtime | |
parent | sys-libs/libcxx: Stabilize 18.1.8 arm64, #935984 (diff) | |
download | gentoo-7c891729afd9c6d942c03bee7b9b7f9c4f71cd31.tar.gz gentoo-7c891729afd9c6d942c03bee7b9b7f9c4f71cd31.tar.bz2 gentoo-7c891729afd9c6d942c03bee7b9b7f9c4f71cd31.zip |
sys-devel/clang-runtime: Stabilize 18.1.8 arm64, #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 42ff228e71a5..ca2c6d85ec3f 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 )" |