diff options
author | Sam James <sam@gentoo.org> | 2021-06-20 23:54:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-20 23:54:43 +0100 |
commit | 860620795ae42c8510e7f758b91a9292308538f4 (patch) | |
tree | 1d0ab27e3a3bdaf28759b2b74d3e23ad3d615fb7 /sys-devel | |
parent | sys-libs/libomp: Stabilize 12.0.0 arm, #796215 (diff) | |
download | gentoo-860620795ae42c8510e7f758b91a9292308538f4.tar.gz gentoo-860620795ae42c8510e7f758b91a9292308538f4.tar.bz2 gentoo-860620795ae42c8510e7f758b91a9292308538f4.zip |
sys-devel/clang-runtime: Stabilize 12.0.0 arm, #796215
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-12.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-12.0.0.ebuild b/sys-devel/clang-runtime/clang-runtime-12.0.0.ebuild index b7cc543743d3..14895b0ac77a 100644 --- a/sys-devel/clang-runtime/clang-runtime-12.0.0.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-12.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 )" |