diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 20:10:12 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-26 20:10:12 +0300 |
commit | c53c5acc1768eb556db65e1f8724a201c9011831 (patch) | |
tree | 8e04350efa347e90ab51d5c4077940f744dca19f /sys-devel/clang-runtime | |
parent | sys-libs/libomp: Stabilize 15.0.3 arm64, #878087 (diff) | |
download | gentoo-c53c5acc1768eb556db65e1f8724a201c9011831.tar.gz gentoo-c53c5acc1768eb556db65e1f8724a201c9011831.tar.bz2 gentoo-c53c5acc1768eb556db65e1f8724a201c9011831.zip |
sys-devel/clang-runtime: Stabilize 15.0.3 arm64, #878087
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild index 1b2d7daba521..1a589a8dbe26 100644 --- a/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-15.0.3.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 )" |