diff options
author | 2024-03-23 16:21:25 +0000 | |
---|---|---|
committer | 2024-03-23 16:21:25 +0000 | |
commit | c0ede027f14b20ea668bc3cca326c207f168bf4e (patch) | |
tree | d677efba1618ba1c44b6a16fda2653ecc667a05c /sys-devel/clang-runtime | |
parent | sys-libs/llvm-libunwind: Stabilize 17.0.6 sparc, #920044 (diff) | |
download | gentoo-c0ede027f14b20ea668bc3cca326c207f168bf4e.tar.gz gentoo-c0ede027f14b20ea668bc3cca326c207f168bf4e.tar.bz2 gentoo-c0ede027f14b20ea668bc3cca326c207f168bf4e.zip |
sys-devel/clang-runtime: Stabilize 17.0.6 sparc, #920044
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild b/sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild index fdc40ff34a92..25889f60d661 100644 --- a/sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-17.0.6.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://clang.llvm.org/" LICENSE="metapackage" SLOT="${PV%%.*}" -KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos" IUSE="+compiler-rt libcxx openmp +sanitize" REQUIRED_USE="sanitize? ( compiler-rt )" |