Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/
Date: Tue, 04 Jan 2022 13:18:30
Message-Id: 1641302206.41f87dcf7f82c3c9688ad50894bd7ff5a08b7f97.soap@gentoo
1 commit: 41f87dcf7f82c3c9688ad50894bd7ff5a08b7f97
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 13:16:46 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 13:16:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f87dcf
7
8 sys-devel/llvm: remove implicit kernel_Darwin
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 sys-devel/llvm/llvm-11.1.0.ebuild | 3 +--
13 sys-devel/llvm/llvm-12.0.1.ebuild | 5 ++---
14 sys-devel/llvm/llvm-13.0.0.ebuild | 5 ++---
15 sys-devel/llvm/llvm-13.0.1.9999.ebuild | 5 ++---
16 sys-devel/llvm/llvm-13.0.1_rc1.ebuild | 5 ++---
17 sys-devel/llvm/llvm-14.0.0.9999.ebuild | 5 ++---
18 6 files changed, 11 insertions(+), 17 deletions(-)
19
20 diff --git a/sys-devel/llvm/llvm-11.1.0.ebuild b/sys-devel/llvm/llvm-11.1.0.ebuild
21 index 33f5e0968efe..aa2dcac73291 100644
22 --- a/sys-devel/llvm/llvm-11.1.0.ebuild
23 +++ b/sys-devel/llvm/llvm-11.1.0.ebuild
24 @@ -27,8 +27,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
25 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
26 SLOT="$(ver_cut 1)"
27 KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~ppc-macos ~x64-macos"
28 -IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3
29 - kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
30 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 ${ALL_LLVM_TARGETS[*]}"
31 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"
32 RESTRICT="!test? ( test )"
33
34
35 diff --git a/sys-devel/llvm/llvm-12.0.1.ebuild b/sys-devel/llvm/llvm-12.0.1.ebuild
36 index be1a91f9655c..673ce8591884 100644
37 --- a/sys-devel/llvm/llvm-12.0.1.ebuild
38 +++ b/sys-devel/llvm/llvm-12.0.1.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2021 Gentoo Authors
41 +# Copyright 1999-2022 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=7
45 @@ -27,8 +27,7 @@ ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
46 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
47 SLOT="$(ver_cut 1)"
48 KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
49 -IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3
50 - kernel_Darwin ${ALL_LLVM_TARGETS[*]}"
51 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3 ${ALL_LLVM_TARGETS[*]}"
52 REQUIRED_USE="|| ( ${ALL_LLVM_TARGETS[*]} )"
53 RESTRICT="!test? ( test )"
54
55
56 diff --git a/sys-devel/llvm/llvm-13.0.0.ebuild b/sys-devel/llvm/llvm-13.0.0.ebuild
57 index 4b33fd905852..9f6396c849a1 100644
58 --- a/sys-devel/llvm/llvm-13.0.0.ebuild
59 +++ b/sys-devel/llvm/llvm-13.0.0.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 1999-2021 Gentoo Authors
62 +# Copyright 1999-2022 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=7
66 @@ -19,8 +19,7 @@ HOMEPAGE="https://llvm.org/"
67 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
68 SLOT="$(ver_cut 1)"
69 KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~ppc-macos ~x64-macos"
70 -IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3
71 - kernel_Darwin"
72 +IUSE="debug doc exegesis +gold libedit +libffi ncurses test xar xml z3"
73 RESTRICT="!test? ( test )"
74
75 RDEPEND="
76
77 diff --git a/sys-devel/llvm/llvm-13.0.1.9999.ebuild b/sys-devel/llvm/llvm-13.0.1.9999.ebuild
78 index a12b04fb2138..789047901490 100644
79 --- a/sys-devel/llvm/llvm-13.0.1.9999.ebuild
80 +++ b/sys-devel/llvm/llvm-13.0.1.9999.ebuild
81 @@ -1,4 +1,4 @@
82 -# Copyright 1999-2021 Gentoo Authors
83 +# Copyright 1999-2022 Gentoo Authors
84 # Distributed under the terms of the GNU General Public License v2
85
86 EAPI=7
87 @@ -19,8 +19,7 @@ HOMEPAGE="https://llvm.org/"
88 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
89 SLOT="$(ver_cut 1)"
90 KEYWORDS=""
91 -IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml
92 - z3 kernel_Darwin"
93 +IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml z3"
94 RESTRICT="!test? ( test )"
95
96 RDEPEND="
97
98 diff --git a/sys-devel/llvm/llvm-13.0.1_rc1.ebuild b/sys-devel/llvm/llvm-13.0.1_rc1.ebuild
99 index 16dc1da25def..f5d3be283708 100644
100 --- a/sys-devel/llvm/llvm-13.0.1_rc1.ebuild
101 +++ b/sys-devel/llvm/llvm-13.0.1_rc1.ebuild
102 @@ -1,4 +1,4 @@
103 -# Copyright 1999-2021 Gentoo Authors
104 +# Copyright 1999-2022 Gentoo Authors
105 # Distributed under the terms of the GNU General Public License v2
106
107 EAPI=7
108 @@ -19,8 +19,7 @@ HOMEPAGE="https://llvm.org/"
109 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
110 SLOT="$(ver_cut 1)"
111 KEYWORDS=""
112 -IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml
113 - z3 kernel_Darwin"
114 +IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml z3"
115 RESTRICT="!test? ( test )"
116
117 RDEPEND="
118
119 diff --git a/sys-devel/llvm/llvm-14.0.0.9999.ebuild b/sys-devel/llvm/llvm-14.0.0.9999.ebuild
120 index 85c62d774844..f89b54bbb6c4 100644
121 --- a/sys-devel/llvm/llvm-14.0.0.9999.ebuild
122 +++ b/sys-devel/llvm/llvm-14.0.0.9999.ebuild
123 @@ -1,4 +1,4 @@
124 -# Copyright 1999-2021 Gentoo Authors
125 +# Copyright 1999-2022 Gentoo Authors
126 # Distributed under the terms of the GNU General Public License v2
127
128 EAPI=7
129 @@ -19,8 +19,7 @@ HOMEPAGE="https://llvm.org/"
130 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc"
131 SLOT="$(ver_cut 1)"
132 KEYWORDS=""
133 -IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml
134 - z3 kernel_Darwin"
135 +IUSE="+binutils-plugin debug doc exegesis libedit +libffi ncurses test xar xml z3"
136 RESTRICT="!test? ( test )"
137
138 RDEPEND="