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/clang/
Date: Tue, 31 May 2016 19:16:21
Message-Id: 1464722147.0a289fec732a3da4e9294a7abb0a72867972e41b.maekke@gentoo
1 commit: 0a289fec732a3da4e9294a7abb0a72867972e41b
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 31 19:15:47 2016 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 19:15:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a289fec
7
8 sys-devel/clang: arm stable, bug #564402
9
10 Package-Manager: portage-2.3.0_rc1
11 RepoMan-Options: --include-arches="arm"
12
13 sys-devel/clang/clang-3.7.1-r100.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/clang/clang-3.7.1-r100.ebuild b/sys-devel/clang/clang-3.7.1-r100.ebuild
17 index 4df2d9f..d1286fa 100644
18 --- a/sys-devel/clang/clang-3.7.1-r100.ebuild
19 +++ b/sys-devel/clang/clang-3.7.1-r100.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI=""
21
22 LICENSE="UoI-NCSA"
23 SLOT="0/3.7"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
25 +KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos"
26 IUSE="debug multitarget python +static-analyzer"
27
28 RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]"