diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 10:03:40 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-02 10:03:40 +0200 |
commit | 3da9ef231182f4bb15ee44194ad8fa7c5eb25ac6 (patch) | |
tree | df7604d7e5318d520cc2d248aa72c62cf62681e8 /sys-libs/llvm-libunwind | |
parent | sys-libs/compiler-rt-sanitizers: Stabilize 15.0.5 x86, #881855 (diff) | |
download | gentoo-3da9ef231182f4bb15ee44194ad8fa7c5eb25ac6.tar.gz gentoo-3da9ef231182f4bb15ee44194ad8fa7c5eb25ac6.tar.bz2 gentoo-3da9ef231182f4bb15ee44194ad8fa7c5eb25ac6.zip |
sys-libs/llvm-libunwind: Stabilize 15.0.5 x86, #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 d958d99fc894..575ffe6b4eb2 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 )" |