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:57
Message-Id: 1496478449.950c303086bf39e0c8fe750b3aed367f4f7e090a.mgorny@gentoo
1 commit: 950c303086bf39e0c8fe750b3aed367f4f7e090a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 24 11:23:37 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 3 08:27:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=950c3030
7
8 sys-devel/clang: Minimize 3.5 to be Darwin Prefix-compat only
9
10 sys-devel/clang/clang-3.5.2-r100.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/sys-devel/clang/clang-3.5.2-r100.ebuild b/sys-devel/clang/clang-3.5.2-r100.ebuild
14 index 1f619041343..b399d32728d 100644
15 --- a/sys-devel/clang/clang-3.5.2-r100.ebuild
16 +++ b/sys-devel/clang/clang-3.5.2-r100.ebuild
17 @@ -11,10 +11,10 @@ SRC_URI=""
18
19 LICENSE="UoI-NCSA"
20 SLOT="0/3.5"
21 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
22 -IUSE="debug multitarget python +static-analyzer"
23 +KEYWORDS="~ppc-macos ~x64-macos ~x86-macos"
24 +IUSE=""
25
26 -RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]"
27 +RDEPEND="~sys-devel/llvm-${PV}[clang(-),${MULTILIB_USEDEP}]"
28
29 # Please keep this package around since it's quite likely that we'll
30 # return to separate LLVM & clang ebuilds when the cmake build system