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: Tue, 04 Jun 2019 20:58:37
Message-Id: 1559681885.c1e379d6562db25bc22ed1e53a6289f832a1d8fe.whissi@gentoo
1 commit: c1e379d6562db25bc22ed1e53a6289f832a1d8fe
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 4 20:43:03 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 20:58:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e379d6
7
8 sys-devel/llvm: x86 stable (bug #686028)
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-devel/llvm/llvm-6.0.1-r2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/llvm/llvm-6.0.1-r2.ebuild b/sys-devel/llvm/llvm-6.0.1-r2.ebuild
17 index 97625a81a46..e63c8ba26ae 100644
18 --- a/sys-devel/llvm/llvm-6.0.1-r2.ebuild
19 +++ b/sys-devel/llvm/llvm-6.0.1-r2.ebuild
20 @@ -32,7 +32,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
21 LICENSE="UoI-NCSA rc BSD public-domain
22 llvm_targets_ARM? ( LLVM-Grant )"
23 SLOT="$(ver_cut 1)"
24 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
25 +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
26 IUSE="debug doc gold libedit +libffi ncurses test xar xml
27 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
28 RESTRICT="!test? ( test )"