Gentoo Archives: gentoo-commits

From: Stephen Klimaszewski <steev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Fri, 04 Mar 2016 02:30:49
Message-Id: 1457058629.dba6f53c7becc3acc34bf9d62ab385bb06d6da0a.steev@gentoo
1 commit: dba6f53c7becc3acc34bf9d62ab385bb06d6da0a
2 Author: Steev Klimaszewski <steev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 4 02:30:29 2016 +0000
4 Commit: Stephen Klimaszewski <steev <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 02:30:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba6f53c
7
8 sys-devel/clang: Keyword 3.7.1-r100 for ~arm64
9
10 Tested on Cortex-A53. 3.8 is still masked, so keyword not added to it.
11
12 Package-Manager: portage-2.2.27
13
14 sys-devel/clang/clang-3.7.1-r100.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-devel/clang/clang-3.7.1-r100.ebuild b/sys-devel/clang/clang-3.7.1-r100.ebuild
18 index 1ba7a70..4df2d9f 100644
19 --- a/sys-devel/clang/clang-3.7.1-r100.ebuild
20 +++ b/sys-devel/clang/clang-3.7.1-r100.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI=""
22
23 LICENSE="UoI-NCSA"
24 SLOT="0/3.7"
25 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
27 IUSE="debug multitarget python +static-analyzer"
28
29 RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]"