diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:49:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:51:53 +0300 |
commit | 3f82598b56f16d6b6693a9d47f813c55c3c3c949 (patch) | |
tree | d4a122d6a30c39dddf1a47e888024bc09d996b4d /sys-devel/clang-runtime | |
parent | sys-libs/libomp: Stabilize 16.0.6 arm64, #908385 (diff) | |
download | gentoo-3f82598b56f16d6b6693a9d47f813c55c3c3c949.tar.gz gentoo-3f82598b56f16d6b6693a9d47f813c55c3c3c949.tar.bz2 gentoo-3f82598b56f16d6b6693a9d47f813c55c3c3c949.zip |
sys-devel/clang-runtime: Stabilize 16.0.6 arm64, #908385
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-16.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-16.0.6.ebuild b/sys-devel/clang-runtime/clang-runtime-16.0.6.ebuild index 7ab8f12f844f..4e52d374a6d1 100644 --- a/sys-devel/clang-runtime/clang-runtime-16.0.6.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-16.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 )" |