Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/, profiles/arch/sparc/, profiles/arch/arm/, ...
Date: Tue, 08 Nov 2022 05:36:22
Message-Id: 1667885760.dc1cf83c71469cc5e2b63e5c28bad3e7583c9260.sam@gentoo
1 commit: dc1cf83c71469cc5e2b63e5c28bad3e7583c9260
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 8 04:57:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 8 05:36:00 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1cf83c
7
8 profiles: unmask py3.11 for amd64; shift rest into arches
9
10 This will allow gradually unmasking. Not all deps are stable yet.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 profiles/arch/arm/package.use.stable.mask | 4 ++++
15 profiles/arch/arm/use.stable.mask | 5 +++++
16 profiles/arch/arm64/package.use.stable.mask | 4 ++++
17 profiles/arch/arm64/use.stable.mask | 5 +++++
18 profiles/arch/hppa/package.use.stable.mask | 4 ++++
19 profiles/arch/hppa/use.stable.mask | 5 +++++
20 profiles/arch/powerpc/package.use.stable.mask | 4 ++++
21 profiles/arch/powerpc/use.stable.mask | 7 ++++++-
22 profiles/arch/sparc/package.use.stable.mask | 4 ++++
23 profiles/arch/sparc/use.stable.mask | 5 +++++
24 profiles/arch/x86/package.use.stable.mask | 4 ++++
25 profiles/arch/x86/use.stable.mask | 5 +++++
26 profiles/base/use.stable.mask | 5 -----
27 13 files changed, 55 insertions(+), 6 deletions(-)
28
29 diff --git a/profiles/arch/arm/package.use.stable.mask b/profiles/arch/arm/package.use.stable.mask
30 index b149b0eec5d0..b4f4e7f33cc3 100644
31 --- a/profiles/arch/arm/package.use.stable.mask
32 +++ b/profiles/arch/arm/package.use.stable.mask
33 @@ -1,6 +1,10 @@
34 # Copyright 1999-2022 Gentoo Authors
35 # Distributed under the terms of the GNU General Public License v2
36
37 +# Michał Górny <mgorny@g.o> (2022-11-06)
38 +# Unmask the target on python-exec while it's masked elsewhere.
39 +dev-lang/python-exec -python_targets_python3_11
40 +
41 # Sam James <sam@g.o> (2022-07-06)
42 # sci-libs/sundials is not marked stable on arm
43 sci-mathematics/octave sundials
44
45 diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask
46 index c0fee12811ec..d87ffd019008 100644
47 --- a/profiles/arch/arm/use.stable.mask
48 +++ b/profiles/arch/arm/use.stable.mask
49 @@ -4,6 +4,11 @@
50 # This file requires eapi 5 or later. New entries go on top.
51 # Please use the same syntax as in use.mask
52
53 +# Sam James <sam@g.o> (2022-11-08)
54 +# Mask until dev-lang/python:3.11 becomes stable.
55 +python_targets_python3_11
56 +python_single_target_python3_11
57 +
58 # Sam James <sam@g.o> (2022-01-16)
59 # net-libs/gnome-online-accounts is not marked stable on arm yet
60 gnome-online-accounts
61
62 diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask
63 index f35278ffe81e..35cab10d34bc 100644
64 --- a/profiles/arch/arm64/package.use.stable.mask
65 +++ b/profiles/arch/arm64/package.use.stable.mask
66 @@ -1,6 +1,10 @@
67 # Copyright 1999-2022 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 +# Michał Górny <mgorny@g.o> (2022-11-06)
71 +# Unmask the target on python-exec while it's masked elsewhere.
72 +dev-lang/python-exec -python_targets_python3_11
73 +
74 # Sam James <sam@g.o> (2022-07-06)
75 # sci-libs/sundials is not marked stable on arm64
76 sci-mathematics/octave sundials
77
78 diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask
79 index 75662ccee1bc..a3cbda04ea46 100644
80 --- a/profiles/arch/arm64/use.stable.mask
81 +++ b/profiles/arch/arm64/use.stable.mask
82 @@ -4,6 +4,11 @@
83 # This file requires eapi 5 or later. New entries go on top.
84 # Please use the same syntax as in use.mask
85
86 +# Sam James <sam@g.o> (2022-11-08)
87 +# Mask until dev-lang/python:3.11 becomes stable.
88 +python_targets_python3_11
89 +python_single_target_python3_11
90 +
91 # Ionen Wolkens <ionen@g.o> (2022-02-17)
92 # x11-drivers/nvidia-drivers is not stable yet
93 video_cards_nvidia
94
95 diff --git a/profiles/arch/hppa/package.use.stable.mask b/profiles/arch/hppa/package.use.stable.mask
96 index 7cf82efcb40a..90b54e393b45 100644
97 --- a/profiles/arch/hppa/package.use.stable.mask
98 +++ b/profiles/arch/hppa/package.use.stable.mask
99 @@ -17,6 +17,10 @@
100
101 #--- END OF EXAMPLES ---
102
103 +# Michał Górny <mgorny@g.o> (2022-11-06)
104 +# Unmask the target on python-exec while it's masked elsewhere.
105 +dev-lang/python-exec -python_targets_python3_11
106 +
107 # Sam James <sam@g.o> (2022-02-02)
108 # net-analyzer/net-snmp is not marked stable on HPPA
109 net-analyzer/ifstat snmp
110
111 diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask
112 index f6e015839f72..ab85ab59b768 100644
113 --- a/profiles/arch/hppa/use.stable.mask
114 +++ b/profiles/arch/hppa/use.stable.mask
115 @@ -4,6 +4,11 @@
116 # This file requires eapi 5 or later. New entries go on top.
117 # Please use the same syntax as in use.mask
118
119 +# Sam James <sam@g.o> (2022-11-08)
120 +# Mask until dev-lang/python:3.11 becomes stable.
121 +python_targets_python3_11
122 +python_single_target_python3_11
123 +
124 # Rolf Eike Beer <eike@×××××××.de> (2021-11-12)
125 # dev-libs/nspr and dev-libs/nss are not stable on hppa
126 nss
127
128 diff --git a/profiles/arch/powerpc/package.use.stable.mask b/profiles/arch/powerpc/package.use.stable.mask
129 index 38f788d28fff..f8aa43f0355b 100644
130 --- a/profiles/arch/powerpc/package.use.stable.mask
131 +++ b/profiles/arch/powerpc/package.use.stable.mask
132 @@ -17,6 +17,10 @@
133
134 #--- END OF EXAMPLES ---
135
136 +# Michał Górny <mgorny@g.o> (2022-11-06)
137 +# Unmask the target on python-exec while it's masked elsewhere.
138 +dev-lang/python-exec -python_targets_python3_11
139 +
140 # Sam James <sam@g.o> (2021-10-25)
141 # Various unstable dependencies:
142 # gnome-base/nautilus
143
144 diff --git a/profiles/arch/powerpc/use.stable.mask b/profiles/arch/powerpc/use.stable.mask
145 index e895c62d8be8..1413346bedd4 100644
146 --- a/profiles/arch/powerpc/use.stable.mask
147 +++ b/profiles/arch/powerpc/use.stable.mask
148 @@ -1,9 +1,14 @@
149 -# Copyright 1999-2019 Gentoo Authors
150 +# Copyright 1999-2022 Gentoo Authors
151 # Distributed under the terms of the GNU General Public License v2
152
153 # This file requires eapi 5 or later. New entries go on top.
154 # Please use the same syntax as in use.mask
155
156 +# Sam James <sam@g.o> (2022-11-08)
157 +# Mask until dev-lang/python:3.11 becomes stable.
158 +python_targets_python3_11
159 +python_single_target_python3_11
160 +
161 # Matt Turner <mattst88@g.o> (2018-04-25)
162 # Dropped stable keywords
163 octave
164
165 diff --git a/profiles/arch/sparc/package.use.stable.mask b/profiles/arch/sparc/package.use.stable.mask
166 index 2f0f7b4fc724..0e301da22bc5 100644
167 --- a/profiles/arch/sparc/package.use.stable.mask
168 +++ b/profiles/arch/sparc/package.use.stable.mask
169 @@ -1,6 +1,10 @@
170 # Copyright 2019-2022 Gentoo Authors
171 # Distributed under the terms of the GNU General Public License v2
172
173 +# Michał Górny <mgorny@g.o> (2022-11-06)
174 +# Unmask the target on python-exec while it's masked elsewhere.
175 +dev-lang/python-exec -python_targets_python3_11
176 +
177 # Sam James <sam@g.o> (2022-09-12)
178 # dev-lang/rust lacks wiring up to use our custom rust-bin bootstrap
179 # tarball, so force system-bootstrap instead (i.e. force using rust-bin
180
181 diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask
182 index 3062c3d30baa..c247b6c607dd 100644
183 --- a/profiles/arch/sparc/use.stable.mask
184 +++ b/profiles/arch/sparc/use.stable.mask
185 @@ -4,6 +4,11 @@
186 # This file requires eapi 5 or later. New entries go on top.
187 # Please use the same syntax as in use.mask
188
189 +# Sam James <sam@g.o> (2022-11-08)
190 +# Mask until dev-lang/python:3.11 becomes stable.
191 +python_targets_python3_11
192 +python_single_target_python3_11
193 +
194 # Matt Turner <mattst88@g.o> (2022-09-16)
195 # gui-libs/gtk is not stable here
196 gtk4
197
198 diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
199 index 2183c009cb16..3d18401172ef 100644
200 --- a/profiles/arch/x86/package.use.stable.mask
201 +++ b/profiles/arch/x86/package.use.stable.mask
202 @@ -17,6 +17,10 @@
203
204 #--- END OF EXAMPLES ---
205
206 +# Michał Górny <mgorny@g.o> (2022-11-06)
207 +# Unmask the target on python-exec while it's masked elsewhere.
208 +dev-lang/python-exec -python_targets_python3_11
209 +
210 # Andreas Sturmlechner <asturm@g.o> (2022-09-14)
211 # sci-libs/vtk is not stable on x86 and we don't want to complicate
212 # newer maxima stabilisation, bug #867547
213
214 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
215 index 093b69d79a82..a0c0ded8922d 100644
216 --- a/profiles/arch/x86/use.stable.mask
217 +++ b/profiles/arch/x86/use.stable.mask
218 @@ -4,6 +4,11 @@
219 # This file requires eapi 5 or later. New entries go on top.
220 # Please use the same syntax as in use.mask
221
222 +# Sam James <sam@g.o> (2022-11-08)
223 +# Mask until dev-lang/python:3.11 becomes stable.
224 +python_targets_python3_11
225 +python_single_target_python3_11
226 +
227 # Sam James <sam@g.o> (2020-11-10)
228 # media-gfx/openvdb is not stable on x86
229 # ... and has failing tests right now anyway
230
231 diff --git a/profiles/base/use.stable.mask b/profiles/base/use.stable.mask
232 index a4e777b49d31..7d10497e3920 100644
233 --- a/profiles/base/use.stable.mask
234 +++ b/profiles/base/use.stable.mask
235 @@ -8,11 +8,6 @@
236 # Postgres:15 is not stable yet
237 postgres_targets_postgres15
238
239 -# Michał Górny <mgorny@g.o> (2022-05-08)
240 -# Mask until dev-lang/python:3.11 becomes stable.
241 -python_targets_python3_11
242 -python_single_target_python3_11
243 -
244 # Sergei Trofimovich <slyfox@g.o> (2020-04-13)
245 # dev-vcs/darcs (dev-lang/ghc) has no stable keywords.
246 darcs