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/clang/
Date: Sun, 02 Apr 2017 18:01:51
Message-Id: 1491156053.41c91a99f2afd522305b3707b6cfaca2e5fc86b8.ago@gentoo
1 commit: 41c91a99f2afd522305b3707b6cfaca2e5fc86b8
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 2 18:00:53 2017 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 2 18:00:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41c91a99
7
8 sys-devel/clang: amd64 stable wrt bug #607660
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 sys-devel/clang/clang-3.9.1-r100.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-devel/clang/clang-3.9.1-r100.ebuild b/sys-devel/clang/clang-3.9.1-r100.ebuild
18 index 6514a63476a..f422bed0973 100644
19 --- a/sys-devel/clang/clang-3.9.1-r100.ebuild
20 +++ b/sys-devel/clang/clang-3.9.1-r100.ebuild
21 @@ -18,7 +18,7 @@ LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
22 LICENSE="UoI-NCSA"
23 # keep in sync with sys-devel/llvm!
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="debug multitarget python +static-analyzer ${ALL_LLVM_TARGETS[*]}"
28
29 RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,python?,static-analyzer?,${LLVM_TARGET_USEDEPS// /,},${MULTILIB_USEDEP}]"