diff options
author | Sam James <sam@gentoo.org> | 2023-01-26 22:06:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-26 22:07:40 +0000 |
commit | f80f89bf81d2fa9090f20d379991accfe1c41b32 (patch) | |
tree | 5061450f08ba963d5d4ed5841e520def0d9de302 /sys-devel | |
parent | sys-devel/llvm-common: Stabilize 15.0.7 ppc, #891893 (diff) | |
download | gentoo-f80f89bf81d2fa9090f20d379991accfe1c41b32.tar.gz gentoo-f80f89bf81d2fa9090f20d379991accfe1c41b32.tar.bz2 gentoo-f80f89bf81d2fa9090f20d379991accfe1c41b32.zip |
sys-devel/clang-runtime: Stabilize 15.0.7 ppc, #891893
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel')
-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 d521316ad883..f523e68c1a33 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 )" |