diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:50:05 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-07-14 18:52:01 +0300 |
commit | 515271752ea27c999445e0d28c373789453a86e9 (patch) | |
tree | b0c1dd6e844ffadbbf960e012b07d9a1c0125796 /sys-libs | |
parent | sys-libs/compiler-rt-sanitizers: Stabilize 16.0.6 x86, #908385 (diff) | |
download | gentoo-515271752ea27c999445e0d28c373789453a86e9.tar.gz gentoo-515271752ea27c999445e0d28c373789453a86e9.tar.bz2 gentoo-515271752ea27c999445e0d28c373789453a86e9.zip |
sys-libs/llvm-libunwind: Stabilize 16.0.6 x86, #908385
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/llvm-libunwind/llvm-libunwind-16.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.6.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-16.0.6.ebuild index 1595ab8334ff..a4d099ce4cde 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-16.0.6.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-16.0.6.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 )" |