diff options
author | 2021-11-05 07:19:17 +0000 | |
---|---|---|
committer | 2021-11-05 07:19:17 +0000 | |
commit | 60a81bc1df89b30400874c8d54a4a9f7e17d7881 (patch) | |
tree | d51e48d3a79a6d6d0530c5fd5f18bf0c535265f2 /sys-devel/clang-runtime | |
parent | sys-libs/libomp: Stabilize 13.0.0 arm64, #821862 (diff) | |
download | gentoo-60a81bc1df89b30400874c8d54a4a9f7e17d7881.tar.gz gentoo-60a81bc1df89b30400874c8d54a4a9f7e17d7881.tar.bz2 gentoo-60a81bc1df89b30400874c8d54a4a9f7e17d7881.zip |
sys-devel/clang-runtime: Stabilize 13.0.0 arm64, #821862
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-13.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-13.0.0.ebuild b/sys-devel/clang-runtime/clang-runtime-13.0.0.ebuild index b3f915df904c..f13b1bdc31be 100644 --- a/sys-devel/clang-runtime/clang-runtime-13.0.0.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-13.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="" 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 )" |