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: Thu, 29 Mar 2018 10:19:37
Message-Id: 1522318746.43d464e89267a293d45cfd2827ad84433a6e7cfe.mgorny@gentoo
1 commit: 43d464e89267a293d45cfd2827ad84433a6e7cfe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 29 08:06:53 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 29 10:19:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d464e8
7
8 sys-devel/clang: Remove non-Darwin keywords from 3.7.1
9
10 sys-devel/clang/clang-3.7.1-r100.ebuild | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/sys-devel/clang/clang-3.7.1-r100.ebuild b/sys-devel/clang/clang-3.7.1-r100.ebuild
14 index 0fa158a374a..b62b2983d2b 100644
15 --- a/sys-devel/clang/clang-3.7.1-r100.ebuild
16 +++ b/sys-devel/clang/clang-3.7.1-r100.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -11,10 +11,10 @@ SRC_URI=""
24
25 LICENSE="UoI-NCSA"
26 SLOT="0/3.7"
27 -KEYWORDS="amd64 ~arm64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
28 -IUSE="debug multitarget python +static-analyzer"
29 +KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
30 +IUSE=""
31
32 -RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer?,${MULTILIB_USEDEP}]"
33 +RDEPEND="~sys-devel/llvm-${PV}[clang(-),${MULTILIB_USEDEP}]"
34
35 # Please keep this package around since it's quite likely that we'll
36 # return to separate LLVM & clang ebuilds when the cmake build system