commit: bb92c74ec896cc7791dd5fe50aba88aba394fb84 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 7 04:15:07 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 7 06:47:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb92c74e
sys-devel/clang-runtime: Stabilize 15.0.6 x86, #886483 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/clang-runtime/clang-runtime-15.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.6.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.6.ebuild index f523e68c1a33..f0a8a35b9341 100644 --- a/sys-devel/clang-runtime/clang-runtime-15.0.6.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-15.0.6.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 )"