Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Sun, 02 Apr 2017 18:06:36
Message-Id: 1491156362.b29dcb3221ac37c11280578d7897110054bb7ad1.ago@gentoo
1 commit: b29dcb3221ac37c11280578d7897110054bb7ad1
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 2 18:06:02 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 18:06:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29dcb32
7
8 sys-devel/llvm: x86 stable wrt bug #607660
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-devel/llvm/llvm-3.9.1-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-devel/llvm/llvm-3.9.1-r1.ebuild b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
18 index 33e76bb15e4..93472a5a842 100644
19 --- a/sys-devel/llvm/llvm-3.9.1-r1.ebuild
20 +++ b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
21 @@ -34,7 +34,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
22 LICENSE="UoI-NCSA rc BSD public-domain
23 llvm_targets_ARM? ( LLVM-Grant )"
24 SLOT="0/${PV}"
25 -KEYWORDS="amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
26 +KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
27 IUSE="clang debug default-compiler-rt default-libcxx doc gold libedit +libffi
28 lldb multitarget ncurses ocaml python +sanitize +static-analyzer test xml
29 elibc_musl kernel_Darwin kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"