diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 16:50:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 16:52:57 +0000 |
commit | 932a44a536bfb7181b3385175c3435424b8d81eb (patch) | |
tree | f6f75fc5845f0c8bb3ea22ed37a0278097016804 /sys-devel/clang-runtime | |
parent | sys-libs/libomp: Stabilize 11.1.0 arm64, #777282 (diff) | |
download | gentoo-932a44a536bfb7181b3385175c3435424b8d81eb.tar.gz gentoo-932a44a536bfb7181b3385175c3435424b8d81eb.tar.bz2 gentoo-932a44a536bfb7181b3385175c3435424b8d81eb.zip |
sys-devel/clang-runtime: Stabilize 11.1.0 arm64, #777282
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-11.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-11.1.0.ebuild b/sys-devel/clang-runtime/clang-runtime-11.1.0.ebuild index b6ac3149989b..43bbae3d0abf 100644 --- a/sys-devel/clang-runtime/clang-runtime-11.1.0.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-11.1.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="metapackage" SLOT="$(ver_cut 1-3)" -KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" |