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/libunwind/
Date: Sat, 19 Feb 2022 11:04:06
Message-Id: 1645268631.f5d3f7be0a735b35912625d76fe812c5bb8faa40.arthurzam@gentoo
1 commit: f5d3f7be0a735b35912625d76fe812c5bb8faa40
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 19 11:03:51 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 19 11:03:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d3f7be
7
8 sys-libs/libunwind: Stabilize 1.6.2 arm, #833658
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-libs/libunwind/libunwind-1.6.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/libunwind/libunwind-1.6.2.ebuild b/sys-libs/libunwind/libunwind-1.6.2.ebuild
16 index d2f89f022917..b0a6f851761d 100644
17 --- a/sys-libs/libunwind/libunwind-1.6.2.ebuild
18 +++ b/sys-libs/libunwind/libunwind-1.6.2.ebuild
19 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
20
21 LICENSE="MIT"
22 SLOT="0/8" # libunwind.so.8
23 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv -sparc x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv -sparc x86 ~amd64-linux ~x86-linux"
25 IUSE="debug debug-frame doc libatomic lzma static-libs test zlib"
26
27 RESTRICT="test !test? ( test )" # some tests are broken (toolchain version dependent, rely on external binaries)