diff options
author | Sam James <sam@gentoo.org> | 2023-01-26 22:06:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-26 22:07:38 +0000 |
commit | d065aaeaffca21711b2c3f574afcb1037db904fd (patch) | |
tree | e33355edda856cdd313daac38e9f59a8a41b4a71 | |
parent | sys-libs/libomp: Stabilize 15.0.7 arm, #891893 (diff) | |
download | gentoo-d065aaeaffca21711b2c3f574afcb1037db904fd.tar.gz gentoo-d065aaeaffca21711b2c3f574afcb1037db904fd.tar.bz2 gentoo-d065aaeaffca21711b2c3f574afcb1037db904fd.zip |
sys-devel/clang-runtime: Stabilize 15.0.7 arm, #891893
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-15.0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.7.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.7.ebuild index 680ab355b34b..d521316ad883 100644 --- a/sys-devel/clang-runtime/clang-runtime-15.0.7.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-15.0.7.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 )" |