Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/
Date: Fri, 02 Dec 2022 08:04:18
Message-Id: 1669968211.6c9a320ed46471898878ca6eba566d70f92c01cd.arthurzam@gentoo
1 commit: 6c9a320ed46471898878ca6eba566d70f92c01cd
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 2 08:03:31 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 2 08:03:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c9a320e
7
8 sys-libs/llvm-libunwind: Stabilize 15.0.5 amd64, #881855
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-libs/llvm-libunwind/llvm-libunwind-15.0.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-15.0.5.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-15.0.5.ebuild
16 index e97c72765a0c..d958d99fc894 100644
17 --- a/sys-libs/llvm-libunwind/llvm-libunwind-15.0.5.ebuild
18 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-15.0.5.ebuild
19 @@ -12,7 +12,7 @@ HOMEPAGE="https://llvm.org/docs/ExceptionHandling.html"
20
21 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"
22 SLOT="0"
23 -KEYWORDS="~amd64 arm arm64 ~ppc ppc64 ~riscv sparc ~x86 ~x64-macos"
24 +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv sparc ~x86 ~x64-macos"
25 IUSE="+clang debug static-libs test"
26 REQUIRED_USE="test? ( clang )"
27 RESTRICT="!test? ( test )"