diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 22:49:10 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-17 22:49:10 +0200 |
commit | 0e2ab5ea2c85db6f4d1aca825b27049bd5ac6bde (patch) | |
tree | b5fa797ee7f83581d4c685fe7c69ce21953185f8 /sys-devel | |
parent | sys-libs/libomp: Stabilize 15.0.6 arm64, #886483 (diff) | |
download | gentoo-0e2ab5ea2c85db6f4d1aca825b27049bd5ac6bde.tar.gz gentoo-0e2ab5ea2c85db6f4d1aca825b27049bd5ac6bde.tar.bz2 gentoo-0e2ab5ea2c85db6f4d1aca825b27049bd5ac6bde.zip |
sys-devel/clang-runtime: Stabilize 15.0.6 arm64, #886483
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-15.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.6.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.6.ebuild index f0ec98510540..99ed77c62283 100644 --- a/sys-devel/clang-runtime/clang-runtime-15.0.6.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-15.0.6.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" SLOT="$(ver_cut 1-3)" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" |