From 802f4331e8171bf3d2521f40d855d23bd7dd0db8 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Fri, 18 Dec 2020 21:23:12 -0600 Subject: [PATCH] sys-libs/llvm-libunwind: keyword for ~x64-macos Bug: https://bugs.gentoo.org/758167 Signed-off-by: Jacob Floyd Signed-off-by: Fabian Groffen --- sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.ebuild index 87500ba35445c..82377a7d720cd 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.ebuild @@ -15,7 +15,7 @@ llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="amd64 arm arm64 x86" +KEYWORDS="amd64 arm arm64 x86 ~x64-macos" IUSE="debug +static-libs test" RESTRICT="!test? ( test )"