diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-24 21:04:38 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-24 21:04:38 +0200 |
commit | 97d0ef4b054a04bd3acd734bdebda88b2d564b53 (patch) | |
tree | 435778ecf26c4fcc5831f6b90e6a57c6c216199d /sys-devel/clang-runtime | |
parent | sys-libs/libomp: Stabilize 15.0.7 ppc64, #891893 (diff) | |
download | gentoo-97d0ef4b054a04bd3acd734bdebda88b2d564b53.tar.gz gentoo-97d0ef4b054a04bd3acd734bdebda88b2d564b53.tar.bz2 gentoo-97d0ef4b054a04bd3acd734bdebda88b2d564b53.zip |
sys-devel/clang-runtime: Stabilize 15.0.7 ppc64, #891893
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-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 236699295f81..39b7f9171ba2 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 )" |