summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-05 11:01:38 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-05 11:12:58 +0100
commitb92b901e08af1f57e14ae322957f6bf50fbbd09c (patch)
treedd8575f42b9f13d1bc833fe6ce7c9b095ad5e443
parent09e642dfbf296bb2b4e27f0ebeb39958f9588d28 (diff)
downloadgentoo-b92b901e08af1f57e14ae322957f6bf50fbbd09c.tar.gz
gentoo-b92b901e08af1f57e14ae322957f6bf50fbbd09c.tar.bz2
gentoo-b92b901e08af1f57e14ae322957f6bf50fbbd09c.zip
llvm-runtimes/libunwind: Add keywords to 20.1.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--llvm-runtimes/libunwind/libunwind-20.1.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm-runtimes/libunwind/libunwind-20.1.0.ebuild b/llvm-runtimes/libunwind/libunwind-20.1.0.ebuild
index 4a6714b162db..96b0ba6c554d 100644
--- a/llvm-runtimes/libunwind/libunwind-20.1.0.ebuild
+++ b/llvm-runtimes/libunwind/libunwind-20.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 )"