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: Mon, 24 Jul 2017 19:04:13
Message-Id: 1500923031.35b913922d98158b1fe1fba9c2641d80879bdb43.mgorny@gentoo
1 commit: 35b913922d98158b1fe1fba9c2641d80879bdb43
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 23 16:57:29 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 24 19:03:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b91392
7
8 sys-devel/llvm: Adjust the slot for 9999
9
10 sys-devel/llvm/llvm-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
14 index adc0505a80a..d5e7da2b501 100644
15 --- a/sys-devel/llvm/llvm-9999.ebuild
16 +++ b/sys-devel/llvm/llvm-9999.ebuild
17 @@ -32,7 +32,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
18
19 LICENSE="UoI-NCSA rc BSD public-domain
20 llvm_targets_ARM? ( LLVM-Grant )"
21 -SLOT="5"
22 +SLOT="6"
23 KEYWORDS=""
24 IUSE="debug +doc gold libedit +libffi ncurses test
25 elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}"