diff options
author | Sam James <sam@gentoo.org> | 2023-06-18 00:21:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-18 00:21:58 +0100 |
commit | 945795c40b27a55bf5fdee65a32576b2d3b7b204 (patch) | |
tree | 5242caa6b0a71e2b81150bbf82b5d330306aad2d /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: Stabilize 16.0.5 amd64, #908385 (diff) | |
download | gentoo-945795c40b27a55bf5fdee65a32576b2d3b7b204.tar.gz gentoo-945795c40b27a55bf5fdee65a32576b2d3b7b204.tar.bz2 gentoo-945795c40b27a55bf5fdee65a32576b2d3b7b204.zip |
sys-libs/llvm-libunwind: Stabilize 16.0.5 amd64, #908385
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-16.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.5.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-16.0.5.ebuild index 4c3db89b2fb2..4fb8c306c7fd 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.5.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-16.0.5.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 ~ppc ppc64 ~riscv ~sparc ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ppc64 ~riscv ~sparc ~x86 ~x64-macos" IUSE="+clang debug static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |