commit: 48e08250c3c9b3410605a1f573674fe65f2694b2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 25 14:52:55 2026 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 25 15:07:42 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48e08250
llvm-runtimes/libunwind: Add keywords to 22.x Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> llvm-runtimes/libunwind/libunwind-22.1.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm-runtimes/libunwind/libunwind-22.1.0.ebuild b/llvm-runtimes/libunwind/libunwind-22.1.0.ebuild index 009d9f7a0e2e..09592935af3a 100644 --- a/llvm-runtimes/libunwind/libunwind-22.1.0.ebuild +++ b/llvm-runtimes/libunwind/libunwind-22.1.0.ebuild @@ -12,7 +12,8 @@ HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -IUSE="+clang +debug static-libs test" +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 )"
