diff options
author | Sam James <sam@gentoo.org> | 2022-07-18 16:05:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-18 16:05:07 +0000 |
commit | bdda0102f7fe4c6853b9b0c62c1d9c05aa75485a (patch) | |
tree | bdc930197434d1870e6136f0e2505025f089bac2 /sys-devel | |
parent | sys-libs/libomp: Stabilize 14.0.4 arm, #849464 (diff) | |
download | gentoo-bdda0102f7fe4c6853b9b0c62c1d9c05aa75485a.tar.gz gentoo-bdda0102f7fe4c6853b9b0c62c1d9c05aa75485a.tar.bz2 gentoo-bdda0102f7fe4c6853b9b0c62c1d9c05aa75485a.zip |
sys-devel/clang-runtime: Stabilize 14.0.4 arm, #849464
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-14.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-14.0.4.ebuild b/sys-devel/clang-runtime/clang-runtime-14.0.4.ebuild index 0bd1a498f6d9..20942078cf05 100644 --- a/sys-devel/clang-runtime/clang-runtime-14.0.4.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-14.0.4.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 )" |