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/ia64/, profiles/arch/powerpc/, profiles/arch/arm64/, ...
Date: Thu, 28 May 2020 08:51:32
Message-Id: 1590655885.6a019e21b49b30968172bb4a58ee2bbaeca74b16.mgorny@gentoo
1 commit: 6a019e21b49b30968172bb4a58ee2bbaeca74b16
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 28 08:33:29 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 28 08:51:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a019e21
7
8 profiles/arch: Move py3.8 masks into specific arches
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/arch/alpha/use.mask | 5 +++++
13 profiles/arch/arm/use.mask | 5 +++++
14 profiles/arch/arm64/use.mask | 5 +++++
15 profiles/arch/base/use.mask | 6 ------
16 profiles/arch/hppa/use.mask | 5 +++++
17 profiles/arch/ia64/use.mask | 5 +++++
18 profiles/arch/powerpc/use.mask | 5 +++++
19 profiles/arch/sparc/use.mask | 5 +++++
20 profiles/arch/x86/use.mask | 5 +++++
21 9 files changed, 40 insertions(+), 6 deletions(-)
22
23 diff --git a/profiles/arch/alpha/use.mask b/profiles/arch/alpha/use.mask
24 index 0f323575fc7..ff4fdc28f4e 100644
25 --- a/profiles/arch/alpha/use.mask
26 +++ b/profiles/arch/alpha/use.mask
27 @@ -4,6 +4,11 @@
28 # Unmask the flag which corresponds to ARCH.
29 -alpha
30
31 +# Michał Górny <mgorny@g.o> (2020-05-28)
32 +# Moving from arch/base.
33 +python_targets_python3_8
34 +python_single_target_python3_8
35 +
36 # Michał Górny <mgorny@g.o> (2020-05-28)
37 # Unmask once alpha is FINALLY done with bug #719700.
38 python_targets_python3_9
39
40 diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask
41 index f1ca2ace6ad..215c0cae19b 100644
42 --- a/profiles/arch/arm/use.mask
43 +++ b/profiles/arch/arm/use.mask
44 @@ -4,6 +4,11 @@
45 # Unmask the flag which corresponds to ARCH.
46 -arm
47
48 +# Michał Górny <mgorny@g.o> (2020-05-28)
49 +# Moving from arch/base.
50 +python_targets_python3_8
51 +python_single_target_python3_8
52 +
53 # Michał Górny <mgorny@g.o> (2020-05-28)
54 # Unmask once arm is FINALLY done with bug #719700.
55 python_targets_python3_9
56
57 diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask
58 index 10da48a7890..a304c47fae5 100644
59 --- a/profiles/arch/arm64/use.mask
60 +++ b/profiles/arch/arm64/use.mask
61 @@ -4,6 +4,11 @@
62 # Unmask the flag which corresponds to ARCH.
63 -arm64
64
65 +# Michał Górny <mgorny@g.o> (2020-05-28)
66 +# Moving from arch/base.
67 +python_targets_python3_8
68 +python_single_target_python3_8
69 +
70 # Michał Górny <mgorny@g.o> (2020-05-28)
71 # Unmask once arm64 is FINALLY done with bug #719700.
72 python_targets_python3_9
73
74 diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask
75 index d3554cf8a7e..cd30696d3a0 100644
76 --- a/profiles/arch/base/use.mask
77 +++ b/profiles/arch/base/use.mask
78 @@ -1,12 +1,6 @@
79 # Copyright 1999-2020 Gentoo Authors
80 # Distributed under the terms of the GNU General Public License v2
81
82 -# Michał Górny <mgorny@g.o> (2019-11-13)
83 -# Python 3.8 is masked on the majority of arches because we failed
84 -# at keywording new versions of packages.
85 -python_targets_python3_8
86 -python_single_target_python3_8
87 -
88 # Thomas Deutschmann <whissi@g.o> (2019-11-11)
89 # James Le Cuirot <chewi@g.o> (2017-06-29)
90 # Forced and masked by default. Unmask where necessary.
91
92 diff --git a/profiles/arch/hppa/use.mask b/profiles/arch/hppa/use.mask
93 index 846f27abe3c..f9206cfa08b 100644
94 --- a/profiles/arch/hppa/use.mask
95 +++ b/profiles/arch/hppa/use.mask
96 @@ -7,6 +7,11 @@
97 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
98 # request bug for the hppa arch.
99
100 +# Michał Górny <mgorny@g.o> (2020-05-28)
101 +# Moving from arch/base.
102 +python_targets_python3_8
103 +python_single_target_python3_8
104 +
105 # Michał Górny <mgorny@g.o> (2020-05-26)
106 # Unmask once hppa is FINALLY done with bug #700940.
107 python_targets_python3_9
108
109 diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask
110 index d42a7c293ab..b509d60203f 100644
111 --- a/profiles/arch/ia64/use.mask
112 +++ b/profiles/arch/ia64/use.mask
113 @@ -4,6 +4,11 @@
114 # Unmask the flag which corresponds to ARCH.
115 -ia64
116
117 +# Michał Górny <mgorny@g.o> (2020-05-28)
118 +# Moving from arch/base.
119 +python_targets_python3_8
120 +python_single_target_python3_8
121 +
122 # Michał Górny <mgorny@g.o> (2020-05-28)
123 # Unmask once alpha is FINALLY done with bug #719700.
124 python_targets_python3_9
125
126 diff --git a/profiles/arch/powerpc/use.mask b/profiles/arch/powerpc/use.mask
127 index f4c5b7743df..4d666330143 100644
128 --- a/profiles/arch/powerpc/use.mask
129 +++ b/profiles/arch/powerpc/use.mask
130 @@ -4,6 +4,11 @@
131 # PPC Specific use flags
132 #
133
134 +# Michał Górny <mgorny@g.o> (2020-05-28)
135 +# Moving from arch/base.
136 +python_targets_python3_8
137 +python_single_target_python3_8
138 +
139 # Michał Górny <mgorny@g.o> (2020-05-25)
140 # Unmask once PPC* is FINALLY done with bug #703174.
141 python_targets_python3_9
142
143 diff --git a/profiles/arch/sparc/use.mask b/profiles/arch/sparc/use.mask
144 index 01f000846f7..e098b539e39 100644
145 --- a/profiles/arch/sparc/use.mask
146 +++ b/profiles/arch/sparc/use.mask
147 @@ -4,6 +4,11 @@
148 # Unmask the flag which corresponds to ARCH.
149 -sparc
150
151 +# Michał Górny <mgorny@g.o> (2020-05-28)
152 +# Moving from arch/base.
153 +python_targets_python3_8
154 +python_single_target_python3_8
155 +
156 # Michał Górny <mgorny@g.o> (2020-05-25)
157 # Unmask once SPARC is FINALLY done with bug #707350.
158 python_targets_python3_9
159
160 diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask
161 index b651578b7ff..088b7081343 100644
162 --- a/profiles/arch/x86/use.mask
163 +++ b/profiles/arch/x86/use.mask
164 @@ -4,6 +4,11 @@
165 # Unmask the flag which corresponds to ARCH.
166 -x86
167
168 +# Michał Górny <mgorny@g.o> (2020-05-28)
169 +# Moving from arch/base.
170 +python_targets_python3_8
171 +python_single_target_python3_8
172 +
173 # Michał Górny <mgorny@g.o> (2020-05-28)
174 # Unmask once alpha is FINALLY done with bug #700194.
175 python_targets_python3_9