Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/amd64/, profiles/arch/powerpc/ppc64/64ul/, ...
Date: Tue, 04 May 2021 13:59:04
Message-Id: 1620136731.4ebe532b50baba0e5b15cadef8e762611d65df5a.mgorny@gentoo
1 commit: 4ebe532b50baba0e5b15cadef8e762611d65df5a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 4 13:23:18 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue May 4 13:58:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ebe532b
7
8 profiles: Add python-3.10 flags
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/arch/amd64/use.stable.mask | 6 ++++++
13 profiles/arch/arm/use.stable.mask | 6 ++++++
14 profiles/arch/arm64/use.stable.mask | 6 ++++++
15 profiles/arch/hppa/use.stable.mask | 6 ++++++
16 profiles/arch/powerpc/ppc32/use.stable.mask | 9 +++++++++
17 profiles/arch/powerpc/ppc64/64le/use.stable.mask | 6 ++++++
18 profiles/arch/powerpc/ppc64/64ul/use.stable.mask | 8 +++++++-
19 profiles/arch/powerpc/ppc64/use.stable.mask | 6 ++++++
20 profiles/arch/sparc/use.stable.mask | 6 ++++++
21 profiles/arch/x86/use.stable.mask | 6 ++++++
22 profiles/base/package.use.force | 1 +
23 profiles/desc/python_single_target.desc | 1 +
24 profiles/desc/python_targets.desc | 1 +
25 13 files changed, 67 insertions(+), 1 deletion(-)
26
27 diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask
28 index ee9b21e49fe..8991e4f2f17 100644
29 --- a/profiles/arch/amd64/use.stable.mask
30 +++ b/profiles/arch/amd64/use.stable.mask
31 @@ -4,6 +4,12 @@
32 # This file requires eapi 5 or later. New entries go on top.
33 # Please use the same syntax as in use.mask
34
35 +# Michał Górny <mgorny@g.o> (2021-05-04)
36 +# Python 3.10 is not yet stable (and will not be until it's out of beta,
37 +# around September.
38 +python_single_target_python3_10
39 +python_targets_python3_10
40 +
41 # Michał Górny <mgorny@g.o> (2021-01-07)
42 # Prebuilt kernel rebuilds are supported on stable yet.
43 dist-kernel
44
45 diff --git a/profiles/arch/arm/use.stable.mask b/profiles/arch/arm/use.stable.mask
46 index 540ee8241f6..f1751dec36f 100644
47 --- a/profiles/arch/arm/use.stable.mask
48 +++ b/profiles/arch/arm/use.stable.mask
49 @@ -4,6 +4,12 @@
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 +# Michał Górny <mgorny@g.o> (2021-05-04)
54 +# Python 3.10 is not yet stable (and will not be until it's out of beta,
55 +# around September.
56 +python_single_target_python3_10
57 +python_targets_python3_10
58 +
59 # Michał Górny <mgorny@g.o> (2021-01-07)
60 # Prebuilt kernel rebuilds are supported on stable yet.
61 dist-kernel
62
63 diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask
64 index 8ba26c22d2c..bb546ad7d53 100644
65 --- a/profiles/arch/arm64/use.stable.mask
66 +++ b/profiles/arch/arm64/use.stable.mask
67 @@ -4,6 +4,12 @@
68 # This file requires eapi 5 or later. New entries go on top.
69 # Please use the same syntax as in use.mask
70
71 +# Michał Górny <mgorny@g.o> (2021-05-04)
72 +# Python 3.10 is not yet stable (and will not be until it's out of beta,
73 +# around September.
74 +python_single_target_python3_10
75 +python_targets_python3_10
76 +
77 # Michał Górny <mgorny@g.o> (2021-01-07)
78 # Prebuilt kernel rebuilds are supported on stable yet.
79 dist-kernel
80
81 diff --git a/profiles/arch/hppa/use.stable.mask b/profiles/arch/hppa/use.stable.mask
82 index fbe16f4d617..9114e7eb910 100644
83 --- a/profiles/arch/hppa/use.stable.mask
84 +++ b/profiles/arch/hppa/use.stable.mask
85 @@ -4,6 +4,12 @@
86 # This file requires eapi 5 or later. New entries go on top.
87 # Please use the same syntax as in use.mask
88
89 +# Michał Górny <mgorny@g.o> (2021-05-04)
90 +# Python 3.10 is not yet stable (and will not be until it's out of beta,
91 +# around September.
92 +python_single_target_python3_10
93 +python_targets_python3_10
94 +
95 # Rolf Eike Beer <eike@×××××××.de> (2021-02-08)
96 # dev-lang/lua:5.2 not stable on hppa
97 lua_single_target_lua5-2
98
99 diff --git a/profiles/arch/powerpc/ppc32/use.stable.mask b/profiles/arch/powerpc/ppc32/use.stable.mask
100 index 4d7c469150b..408d42d9aa9 100644
101 --- a/profiles/arch/powerpc/ppc32/use.stable.mask
102 +++ b/profiles/arch/powerpc/ppc32/use.stable.mask
103 @@ -1,3 +1,12 @@
104 +# Copyright 2014-2021 Gentoo Authors
105 +# Distributed under the terms of the GNU General Public License v2
106 +
107 +# Michał Górny <mgorny@g.o> (2021-05-04)
108 +# Python 3.10 is not yet stable (and will not be until it's out of beta,
109 +# around September.
110 +python_single_target_python3_10
111 +python_targets_python3_10
112 +
113 # Andreas Sturmlechner <asturm@g.o> (2020-08-13)
114 # media-gfx/gimp is not stable
115 gimp
116
117 diff --git a/profiles/arch/powerpc/ppc64/64le/use.stable.mask b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
118 index 4efce43db19..f0718dbcb02 100644
119 --- a/profiles/arch/powerpc/ppc64/64le/use.stable.mask
120 +++ b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
121 @@ -1,6 +1,12 @@
122 # Copyright 2019-2021 Gentoo Authors
123 # Distributed under the terms of the GNU General Public License v2
124
125 +# Michał Górny <mgorny@g.o> (2021-05-04)
126 +# Python 3.10 is not yet stable (and will not be until it's out of beta,
127 +# around September.
128 +python_single_target_python3_10
129 +python_targets_python3_10
130 +
131 # Michał Górny <mgorny@g.o> (2021-01-07)
132 # Prebuilt kernel rebuilds are supported on stable yet.
133 dist-kernel
134
135 diff --git a/profiles/arch/powerpc/ppc64/64ul/use.stable.mask b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask
136 index 9bbcaee3616..9bf68847141 100644
137 --- a/profiles/arch/powerpc/ppc64/64ul/use.stable.mask
138 +++ b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask
139 @@ -1,6 +1,12 @@
140 -# Copyright 1999-2020 Gentoo Authors
141 +# Copyright 1999-2021 Gentoo Authors
142 # Distributed under the terms of the GNU General Public License v2
143
144 +# Michał Górny <mgorny@g.o> (2021-05-04)
145 +# Python 3.10 is not yet stable (and will not be until it's out of beta,
146 +# around September.
147 +python_single_target_python3_10
148 +python_targets_python3_10
149 +
150 # Georgy Yakovlev <gyakovlev@g.o> (2020-01-26)
151 # media-plugins/frei0r-plugins not stable yet
152 frei0r
153
154 diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask
155 index ea76ca8f0f2..40076c2d987 100644
156 --- a/profiles/arch/powerpc/ppc64/use.stable.mask
157 +++ b/profiles/arch/powerpc/ppc64/use.stable.mask
158 @@ -3,3 +3,9 @@
159
160 # This file requires eapi 5 or later. New entries go on top.
161 # Please use the same syntax as in use.mask
162 +
163 +# Michał Górny <mgorny@g.o> (2021-05-04)
164 +# Python 3.10 is not yet stable (and will not be until it's out of beta,
165 +# around September.
166 +python_single_target_python3_10
167 +python_targets_python3_10
168
169 diff --git a/profiles/arch/sparc/use.stable.mask b/profiles/arch/sparc/use.stable.mask
170 index 95fbcad5300..651f15426c6 100644
171 --- a/profiles/arch/sparc/use.stable.mask
172 +++ b/profiles/arch/sparc/use.stable.mask
173 @@ -4,6 +4,12 @@
174 # This file requires eapi 5 or later. New entries go on top.
175 # Please use the same syntax as in use.mask
176
177 +# Michał Górny <mgorny@g.o> (2021-05-04)
178 +# Python 3.10 is not yet stable (and will not be until it's out of beta,
179 +# around September.
180 +python_single_target_python3_10
181 +python_targets_python3_10
182 +
183 # Sam James <sam@g.o> (2021-04-27)
184 # Clang and friends aren't (yet?) stable on sparc
185 clang
186
187 diff --git a/profiles/arch/x86/use.stable.mask b/profiles/arch/x86/use.stable.mask
188 index 76cb48cac48..469e5f74c24 100644
189 --- a/profiles/arch/x86/use.stable.mask
190 +++ b/profiles/arch/x86/use.stable.mask
191 @@ -4,6 +4,12 @@
192 # This file requires eapi 5 or later. New entries go on top.
193 # Please use the same syntax as in use.mask
194
195 +# Michał Górny <mgorny@g.o> (2021-05-04)
196 +# Python 3.10 is not yet stable (and will not be until it's out of beta,
197 +# around September.
198 +python_single_target_python3_10
199 +python_targets_python3_10
200 +
201 # Michał Górny <mgorny@g.o> (2021-01-07)
202 # Prebuilt kernel rebuilds are supported on stable yet.
203 dist-kernel
204
205 diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
206 index 1216929e842..8a42be2310b 100644
207 --- a/profiles/base/package.use.force
208 +++ b/profiles/base/package.use.force
209 @@ -180,6 +180,7 @@ app-shells/bash:0 readline
210 dev-lang/python-exec python_targets_python3_7
211 dev-lang/python-exec python_targets_python3_8
212 dev-lang/python-exec python_targets_python3_9
213 +dev-lang/python-exec python_targets_python3_10
214 dev-lang/python-exec python_targets_pypy3
215
216 # Zac Medico <zmedico@g.o> (2010-10-20)
217
218 diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
219 index 1be4dd4001a..4e52300f9d8 100644
220 --- a/profiles/desc/python_single_target.desc
221 +++ b/profiles/desc/python_single_target.desc
222 @@ -6,4 +6,5 @@
223 python3_7 - Build for Python 3.7 only
224 python3_8 - Build for Python 3.8 only
225 python3_9 - Build for Python 3.9 only
226 +python3_10 - Build for Python 3.10 only
227 pypy3 - Build for PyPy3 only
228
229 diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
230 index 66d152ff98c..6fd532d95a5 100644
231 --- a/profiles/desc/python_targets.desc
232 +++ b/profiles/desc/python_targets.desc
233 @@ -6,4 +6,5 @@
234 python3_7 - Build with Python 3.7
235 python3_8 - Build with Python 3.8
236 python3_9 - Build with Python 3.9
237 +python3_10 - Build with Python 3.9
238 pypy3 - Build with PyPy3