Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Thu, 14 Dec 2017 22:31:42
Message-Id: 1513290629.3bbe3f25180aab2b9ea0b471084941b090702899.mattst88@gentoo
1 commit: 3bbe3f25180aab2b9ea0b471084941b090702899
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 14 22:30:29 2017 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 14 22:30:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbe3f25
7
8 sys-devel/llvm-4.0.1-r1: amd64 stable, bug 637210
9
10 sys-devel/llvm/llvm-4.0.1-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-devel/llvm/llvm-4.0.1-r1.ebuild b/sys-devel/llvm/llvm-4.0.1-r1.ebuild
14 index f503dcebab2..ea10dd5fef7 100644
15 --- a/sys-devel/llvm/llvm-4.0.1-r1.ebuild
16 +++ b/sys-devel/llvm/llvm-4.0.1-r1.ebuild
17 @@ -32,7 +32,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
18 LICENSE="UoI-NCSA rc BSD public-domain
19 llvm_targets_ARM? ( LLVM-Grant )"
20 SLOT="$(get_major_version)"
21 -KEYWORDS="~amd64 ~arm ~arm64 x86"
22 +KEYWORDS="amd64 ~arm ~arm64 x86"
23 IUSE="debug doc gold libedit +libffi ncurses test
24 elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}"