Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/clang/
Date: Mon, 28 Sep 2015 08:51:40
Message-Id: 1443429617.647e2771fabfe2dbbfe77ad370a31cf16ceab29f.voyageur@gentoo
1 commit: 647e2771fabfe2dbbfe77ad370a31cf16ceab29f
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 08:40:17 2015 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 08:40:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=647e2771
7
8 sys-devel/clang: fix slot on 3.7.0, thanks klnikita on IRC
9
10 Package-Manager: portage-2.2.22
11
12 sys-devel/clang/clang-3.7.0-r100.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/clang/clang-3.7.0-r100.ebuild b/sys-devel/clang/clang-3.7.0-r100.ebuild
16 index 145a0f1..8f3633d 100644
17 --- a/sys-devel/clang/clang-3.7.0-r100.ebuild
18 +++ b/sys-devel/clang/clang-3.7.0-r100.ebuild
19 @@ -11,7 +11,7 @@ HOMEPAGE="http://clang.llvm.org/"
20 SRC_URI=""
21
22 LICENSE="UoI-NCSA"
23 -SLOT="0/3.6"
24 +SLOT="0/3.7"
25 KEYWORDS="~amd64 ~arm ~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"