diff options
author | 2022-10-25 13:15:05 +0300 | |
---|---|---|
committer | 2022-10-25 13:15:05 +0300 | |
commit | de64b893dc6e9735f33f67e6e23e026ec4be2ddd (patch) | |
tree | 3726916a0c5a9b3bd8561a4585498ecaeceed270 /sys-devel/clang-runtime | |
parent | sys-libs/libcxxabi: Stabilize 15.0.3 sparc, #878087 (diff) | |
download | gentoo-de64b893dc6e9735f33f67e6e23e026ec4be2ddd.tar.gz gentoo-de64b893dc6e9735f33f67e6e23e026ec4be2ddd.tar.bz2 gentoo-de64b893dc6e9735f33f67e6e23e026ec4be2ddd.zip |
sys-devel/clang-runtime: Stabilize 15.0.3 sparc, #878087
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.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild b/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild index f0ec98510540..1b2d7daba521 100644 --- a/sys-devel/clang-runtime/clang-runtime-15.0.3.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-15.0.3.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 )" |