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, 03 Jan 2018 22:22:24
Message-Id: 1515018096.c2a2231dee6daabc694fc54d1153c51f90061fb5.mgorny@gentoo
1 commit: c2a2231dee6daabc694fc54d1153c51f90061fb5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 3 20:19:11 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 3 22:21:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a2231d
7
8 sys-devel/llvm: Update slot for master to 7
9
10 sys-devel/llvm/llvm-9999.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
14 index 5b5d0364ea2..291effce5fe 100644
15 --- a/sys-devel/llvm/llvm-9999.ebuild
16 +++ b/sys-devel/llvm/llvm-9999.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=6
23 @@ -35,7 +35,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
24
25 LICENSE="UoI-NCSA rc BSD public-domain
26 llvm_targets_ARM? ( LLVM-Grant )"
27 -SLOT="6"
28 +SLOT="7"
29 KEYWORDS=""
30 IUSE="debug doc gold libedit +libffi ncurses test
31 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"