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/llvm/
Date: Wed, 16 Jan 2019 14:52:49
Message-Id: 1547650343.eac309f2032a415703f9ad2e00807190321ed7e5.mgorny@gentoo
1 commit: eac309f2032a415703f9ad2e00807190321ed7e5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 16 13:37:07 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=eac309f2
7
8 sys-devel/llvm: Trunk is now 9.0.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/llvm/llvm-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
16 index eb43281d311..abc5f6f5ebd 100644
17 --- a/sys-devel/llvm/llvm-9999.ebuild
18 +++ b/sys-devel/llvm/llvm-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 @@ -35,7 +35,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
26
27 LICENSE="UoI-NCSA rc BSD public-domain
28 llvm_targets_ARM? ( LLVM-Grant )"
29 -SLOT="8"
30 +SLOT="9"
31 KEYWORDS=""
32 IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml
33 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"