Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Wed, 06 Jan 2021 15:32:23
Message-Id: 1609947084.0d525b6f5c48b07594b74afd0ad443a7d88f1caf.grobian@gentoo
1 commit: 0d525b6f5c48b07594b74afd0ad443a7d88f1caf
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 6 15:31:24 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 6 15:31:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d525b6f
7
8 sys-devel/llvm: drop x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 sys-devel/llvm/llvm-10.0.1.ebuild | 4 ++--
14 sys-devel/llvm/llvm-11.0.0.ebuild | 2 +-
15 sys-devel/llvm/llvm-9.0.1.ebuild | 4 ++--
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/sys-devel/llvm/llvm-10.0.1.ebuild b/sys-devel/llvm/llvm-10.0.1.ebuild
19 index 2c1968b03ad..36f06277c37 100644
20 --- a/sys-devel/llvm/llvm-10.0.1.ebuild
21 +++ b/sys-devel/llvm/llvm-10.0.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -29,7 +29,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
29
30 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
31 SLOT="$(ver_cut 1)"
32 -KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
33 +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos"
34 IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
35 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
36 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"
37
38 diff --git a/sys-devel/llvm/llvm-11.0.0.ebuild b/sys-devel/llvm/llvm-11.0.0.ebuild
39 index 81c796ea85f..0cbcd376ab3 100644
40 --- a/sys-devel/llvm/llvm-11.0.0.ebuild
41 +++ b/sys-devel/llvm/llvm-11.0.0.ebuild
42 @@ -29,7 +29,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
43
44 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
45 SLOT="$(ver_cut 1)"
46 -KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
47 +KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
48 IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
49 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
50 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"
51
52 diff --git a/sys-devel/llvm/llvm-9.0.1.ebuild b/sys-devel/llvm/llvm-9.0.1.ebuild
53 index 6f532c4a530..c0b10c76d14 100644
54 --- a/sys-devel/llvm/llvm-9.0.1.ebuild
55 +++ b/sys-devel/llvm/llvm-9.0.1.ebuild
56 @@ -1,4 +1,4 @@
57 -# Copyright 1999-2020 Gentoo Authors
58 +# Copyright 1999-2021 Gentoo Authors
59 # Distributed under the terms of the GNU General Public License v2
60
61 EAPI=7
62 @@ -29,7 +29,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
63
64 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
65 SLOT="$(ver_cut 1)"
66 -KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
67 +KEYWORDS="amd64 arm arm64 ppc64 x86 ~amd64-linux ~ppc-macos ~x64-macos"
68 IUSE="debug doc exegesis gold libedit +libffi ncurses test xar xml z3
69 kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
70 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"