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, 30 Mar 2021 00:21:44
Message-Id: 1617063557.19e69fc749ce58452154ef854aabd415c7221b2e.whissi@gentoo
1 commit: 19e69fc749ce58452154ef854aabd415c7221b2e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 30 00:14:06 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 00:19:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e69fc7
7
8 sys-devel/llvm: x86 stable (bug #777282)
9
10 Package-Manager: Portage-3.0.17, Repoman-3.0.2
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-devel/llvm/llvm-11.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-devel/llvm/llvm-11.1.0.ebuild b/sys-devel/llvm/llvm-11.1.0.ebuild
17 index 9b74cd6a434..47f7fbdeb37 100644
18 --- a/sys-devel/llvm/llvm-11.1.0.ebuild
19 +++ b/sys-devel/llvm/llvm-11.1.0.ebuild
20 @@ -26,7 +26,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
21
22 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
23 SLOT="$(ver_cut 1)"
24 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
25 +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
26 IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
27 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
28 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"