diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-25 11:00:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-11-25 11:00:19 +0200 |
commit | a65c3b03ae5fab1305f7a32ade92a9cfb9496c99 (patch) | |
tree | 4da7c6eacd9c4611fe4a786603e022b7c11d974b /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: Stabilize 15.0.5 arm64, #881855 (diff) | |
download | gentoo-a65c3b03ae5fab1305f7a32ade92a9cfb9496c99.tar.gz gentoo-a65c3b03ae5fab1305f7a32ade92a9cfb9496c99.tar.bz2 gentoo-a65c3b03ae5fab1305f7a32ade92a9cfb9496c99.zip |
sys-libs/llvm-libunwind: Stabilize 15.0.5 arm64, #881855
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/llvm-libunwind')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-15.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-15.0.5.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-15.0.5.ebuild index db2f28681288..7ef28f8d7e52 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-15.0.5.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-15.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 ~ppc ppc64 ~riscv sparc ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm arm64 ~ppc ppc64 ~riscv sparc ~x86 ~x64-macos" IUSE="+clang debug static-libs test" REQUIRED_USE="test? ( clang )" RESTRICT="!test? ( test )" |