Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Mon, 16 Sep 2019 22:14:04
Message-Id: 1568672026.d7466e8bbb3739161da137281fddf5c9f9b1ff68.bman@gentoo
1 commit: d7466e8bbb3739161da137281fddf5c9f9b1ff68
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 16 21:56:49 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 16 22:13:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7466e8b
7
8 sys-devel/clang: arm64 stable (bug #693856)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12
13 sys-devel/clang/clang-8.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/clang/clang-8.0.1.ebuild b/sys-devel/clang/clang-8.0.1.ebuild
17 index dd1094ed0e9..3dbe5eb763a 100644
18 --- a/sys-devel/clang/clang-8.0.1.ebuild
19 +++ b/sys-devel/clang/clang-8.0.1.ebuild
20 @@ -31,7 +31,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
21
22 LICENSE="UoI-NCSA"
23 SLOT="$(ver_cut 1)"
24 -KEYWORDS="amd64 arm ~arm64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
25 +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
26 IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
27 test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"
28 RESTRICT="!test? ( test )"