Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/
Date: Sat, 11 May 2019 11:25:22
Message-Id: 1557573862.e7e96a0259fbd4adf344e1fbce19e5449eeb79e0.zlogene@gentoo
1 commit: e7e96a0259fbd4adf344e1fbce19e5449eeb79e0
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 11 11:24:22 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 11 11:24:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e96a02
7
8 sys-libs/llvm-libunwind: x86 stable wrt bug #674068
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="x86"
13
14 sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild
18 index 85295971464..a2ba2d48b7c 100644
19 --- a/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild
20 +++ b/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild
21 @@ -22,7 +22,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz
22
23 LICENSE="|| ( UoI-NCSA MIT )"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm ~arm64 ~x86 ~amd64-fbsd"
26 +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-fbsd"
27 IUSE="debug +static-libs test"
28 RESTRICT="!test? ( test )"