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: Sun, 19 Nov 2017 19:15:02
Message-Id: 1511118870.8c3ca5fb4a752776f0036cc7d6f329b3a1ce94c0.whissi@gentoo
1 commit: 8c3ca5fb4a752776f0036cc7d6f329b3a1ce94c0
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 19 19:03:28 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 19 19:14:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3ca5fb
7
8 sys-devel/llvm: x86 stable (bug #637210)
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 sys-devel/llvm/llvm-4.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/llvm/llvm-4.0.1.ebuild b/sys-devel/llvm/llvm-4.0.1.ebuild
16 index 6eca3552280..6ee123541ac 100644
17 --- a/sys-devel/llvm/llvm-4.0.1.ebuild
18 +++ b/sys-devel/llvm/llvm-4.0.1.ebuild
19 @@ -32,7 +32,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="$(get_major_version)"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 x86"
25 IUSE="debug +doc gold libedit +libffi ncurses test
26 elibc_musl kernel_Darwin ${ALL_LLVM_TARGETS[*]}"