diff options
author | Sam James <sam@gentoo.org> | 2024-07-23 15:10:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-23 15:10:13 +0100 |
commit | d1c234375bcc9967dd5d157ece663f87167217c7 (patch) | |
tree | 093e0f23d2a2aca00432b986203174e9d328cd45 /sys-devel/clang-runtime | |
parent | sys-libs/libcxx: Stabilize 18.1.8 sparc, #935984 (diff) | |
download | gentoo-d1c234375bcc9967dd5d157ece663f87167217c7.tar.gz gentoo-d1c234375bcc9967dd5d157ece663f87167217c7.tar.bz2 gentoo-d1c234375bcc9967dd5d157ece663f87167217c7.zip |
sys-devel/clang-runtime: Stabilize 18.1.8 sparc, #935984
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-18.1.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-18.1.8.ebuild b/sys-devel/clang-runtime/clang-runtime-18.1.8.ebuild index fdc40ff34a92..25889f60d661 100644 --- a/sys-devel/clang-runtime/clang-runtime-18.1.8.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-18.1.8.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 )" |