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: Wed, 16 Jan 2019 14:52:49
Message-Id: 1547650343.75f8d9e7f4d7b16cfafcc372404cc6fe2e9a20c1.mgorny@gentoo
1 commit: 75f8d9e7f4d7b16cfafcc372404cc6fe2e9a20c1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 16 13:37:10 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 16 14:52:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75f8d9e7
7
8 sys-devel/clang: Trunk is now 9.0.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/clang/clang-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/clang/clang-9999.ebuild b/sys-devel/clang/clang-9999.ebuild
16 index bf5ab043a34..a7338a6473c 100644
17 --- a/sys-devel/clang/clang-9999.ebuild
18 +++ b/sys-devel/clang/clang-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -27,7 +27,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
26 LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]/%/?}
27
28 LICENSE="UoI-NCSA"
29 -SLOT="8"
30 +SLOT="9"
31 KEYWORDS=""
32 IUSE="debug default-compiler-rt default-libcxx doc +static-analyzer
33 test xml z3 kernel_FreeBSD ${ALL_LLVM_TARGETS[*]}"