diff options
author | 2025-02-07 22:07:31 +0200 | |
---|---|---|
committer | 2025-02-07 22:07:31 +0200 | |
commit | cf059d8e732792e7740f99a753035c7c828a5b7c (patch) | |
tree | 3c2d7f6266a13b345a12662e795ca288bfb72e80 /llvm-runtimes | |
parent | llvm-runtimes/compiler-rt-sanitizers: Stabilize 19.1.7 x86, #946879 (diff) | |
download | gentoo-cf059d8e732792e7740f99a753035c7c828a5b7c.tar.gz gentoo-cf059d8e732792e7740f99a753035c7c828a5b7c.tar.bz2 gentoo-cf059d8e732792e7740f99a753035c7c828a5b7c.zip |
llvm-runtimes/libunwind: Stabilize 19.1.7 x86, #946879
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'llvm-runtimes')
-rw-r--r-- | llvm-runtimes/libunwind/libunwind-19.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm-runtimes/libunwind/libunwind-19.1.7.ebuild b/llvm-runtimes/libunwind/libunwind-19.1.7.ebuild index 0cb4acdf755d..950ac3f02655 100644 --- a/llvm-runtimes/libunwind/libunwind-19.1.7.ebuild +++ b/llvm-runtimes/libunwind/libunwind-19.1.7.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~arm64-macos ~x64-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~arm64-macos ~x64-macos" IUSE="+clang debug static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |