Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Mon, 29 Jan 2018 01:06:18
Message-Id: 1517186180.7c52972c398ddfa1cbbcca0d39380597b3e44560.whissi@gentoo
1 commit: 7c52972c398ddfa1cbbcca0d39380597b3e44560
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 29 00:36:20 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 29 00:36:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c52972c
7
8 sys-devel/llvm: x86 stable (bug #644814)
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 sys-devel/llvm/llvm-5.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/llvm/llvm-5.0.1.ebuild b/sys-devel/llvm/llvm-5.0.1.ebuild
16 index de5bfd4188d..3ed4a1f47f0 100644
17 --- a/sys-devel/llvm/llvm-5.0.1.ebuild
18 +++ b/sys-devel/llvm/llvm-5.0.1.ebuild
19 @@ -33,7 +33,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
20 LICENSE="UoI-NCSA rc BSD public-domain
21 llvm_targets_ARM? ( LLVM-Grant )"
22 SLOT="$(ver_cut 1)"
23 -KEYWORDS="amd64 ~arm ~arm64 ~x86 ~ppc-macos ~x64-macos ~x86-macos"
24 +KEYWORDS="amd64 ~arm ~arm64 x86 ~ppc-macos ~x64-macos ~x86-macos"
25 IUSE="debug doc gold libedit +libffi ncurses test
26 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"