Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Sat, 25 Feb 2017 07:54:08
Message-Id: 1488009044.41f4e432edb8fe507131e1ab6a21a78b2c638c9b.maekke@gentoo
1 commit: 41f4e432edb8fe507131e1ab6a21a78b2c638c9b
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 25 07:50:44 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 25 07:50:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f4e432
7
8 sys-devel/llvm: add ~arm64, bug #591822
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="arm64"
12
13 sys-devel/llvm/llvm-3.9.1-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/llvm/llvm-3.9.1-r1.ebuild b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
17 index d6cae9d5a7..985ad79121 100644
18 --- a/sys-devel/llvm/llvm-3.9.1-r1.ebuild
19 +++ b/sys-devel/llvm/llvm-3.9.1-r1.ebuild
20 @@ -35,7 +35,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
21 LICENSE="UoI-NCSA rc BSD public-domain
22 llvm_targets_ARM? ( LLVM-Grant )"
23 SLOT="0/${PV}"
24 -KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25 +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
26 IUSE="clang debug default-compiler-rt default-libcxx doc gold libedit +libffi
27 lldb multitarget ncurses ocaml python +sanitize +static-analyzer test xml
28 elibc_musl kernel_Darwin kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"