Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Sat, 03 Jun 2017 08:27:58
Message-Id: 1496478461.aac6951e052032def6c0039849bf2d2278c51f83.mgorny@gentoo
1 commit: aac6951e052032def6c0039849bf2d2278c51f83
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 24 16:27:25 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 3 08:27:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac6951e
7
8 sys-devel/clang: Drop ~arm{,64} from 3.8.1 (lost in -r2, readded in 4)
9
10 sys-devel/clang/clang-3.8.1-r100.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/clang/clang-3.8.1-r100.ebuild b/sys-devel/clang/clang-3.8.1-r100.ebuild
14 index c7f38a2b99d..93887fea7ef 100644
15 --- a/sys-devel/clang/clang-3.8.1-r100.ebuild
16 +++ b/sys-devel/clang/clang-3.8.1-r100.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI=""
18
19 LICENSE="UoI-NCSA"
20 SLOT="0/3.8"
21 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
22 +KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
23 IUSE="debug multitarget python +static-analyzer"
24
25 RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]"