Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Tue, 27 Apr 2021 19:38:07
Message-Id: 1619552100.08aa3a37eab8ff775c401d57119f1db3bb74137a.sam@gentoo
1 commit: 08aa3a37eab8ff775c401d57119f1db3bb74137a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 27 19:14:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 27 19:35:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08aa3a37
7
8 sys-devel/llvm: keyword 12.0.0 for ~sparc
9
10 Tests looked good and successfully built against it (AFL++).
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-devel/llvm/llvm-12.0.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-devel/llvm/llvm-12.0.0.ebuild b/sys-devel/llvm/llvm-12.0.0.ebuild
18 index b7e391d58dc..9e1dbd1c764 100644
19 --- a/sys-devel/llvm/llvm-12.0.0.ebuild
20 +++ b/sys-devel/llvm/llvm-12.0.0.ebuild
21 @@ -26,7 +26,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
22
23 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
24 SLOT="$(ver_cut 1)"
25 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
26 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos"
27 IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
28 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
29 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"