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/powerpc/ppc64/, profiles/arch/arm64/, ...
Date: Fri, 31 Dec 2021 09:49:05
Message-Id: 1640944139.efd057ac66fda628a18606789135cbeb9a998206.mgorny@gentoo
1 commit: efd057ac66fda628a18606789135cbeb9a998206
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 08:55:32 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 31 09:48:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd057ac
7
8 profiles/arch: Sync pypy3 masks with keywords
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/arch/arm64/package.use.stable.mask | 5 +++++
13 profiles/arch/powerpc/ppc64/64le/package.use.mask | 5 +++++
14 profiles/arch/powerpc/ppc64/64le/use.mask | 5 +++++
15 profiles/arch/powerpc/ppc64/64le/use.stable.mask | 5 +++++
16 profiles/arch/powerpc/ppc64/64ul/package.use.mask | 5 +++++
17 profiles/arch/powerpc/ppc64/64ul/use.mask | 5 +++++
18 profiles/arch/powerpc/ppc64/64ul/use.stable.mask | 5 +++++
19 profiles/arch/powerpc/ppc64/package.use.mask | 5 +++++
20 profiles/arch/powerpc/ppc64/use.mask | 5 +++++
21 profiles/arch/powerpc/ppc64/use.stable.mask | 5 +++++
22 10 files changed, 50 insertions(+)
23
24 diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask
25 index 1cec2de5360c..af59a1a97147 100644
26 --- a/profiles/arch/arm64/package.use.stable.mask
27 +++ b/profiles/arch/arm64/package.use.stable.mask
28 @@ -1,6 +1,11 @@
29 # Copyright 1999-2021 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 +# Michał Górny <mgorny@g.o> (2021-12-31)
33 +# Don't apply stable masks to python-exec since we're forcing every
34 +# impl there anyway. Please keep this in sync with use.stable.mask.
35 +dev-lang/python-exec -python_targets_pypy3
36 +
37 # Sam James <sam@g.o> (2021-11-20)
38 # dev-python/networkx is not yet marked stable on arm*
39 app-admin/setools infoflow
40
41 diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.mask b/profiles/arch/powerpc/ppc64/64le/package.use.mask
42 index 57513f24743e..ad5616188460 100644
43 --- a/profiles/arch/powerpc/ppc64/64le/package.use.mask
44 +++ b/profiles/arch/powerpc/ppc64/64le/package.use.mask
45 @@ -1,6 +1,11 @@
46 # Copyright 2019-2021 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 +# Michał Górny <mgorny@g.o> (2021-12-31)
50 +# Don't apply stable masks to python-exec since we're forcing every
51 +# impl there anyway. Please keep this in sync with use.stable.mask.
52 +dev-lang/python-exec -python_targets_pypy3
53 +
54 # Georgy Yakovlev <gyakovlev@g.o> (2021-11-13)
55 # ppc64 has pipewire keyworded
56 www-client/firefox -screencast
57
58 diff --git a/profiles/arch/powerpc/ppc64/64le/use.mask b/profiles/arch/powerpc/ppc64/64le/use.mask
59 index 1e05b89c6963..b596bd803519 100644
60 --- a/profiles/arch/powerpc/ppc64/64le/use.mask
61 +++ b/profiles/arch/powerpc/ppc64/64le/use.mask
62 @@ -1,6 +1,11 @@
63 # Copyright 1999-2021 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 +# Michał Górny <mgorny@g.o> (2021-12-31)
67 +# PyPy3 is keyworded here.
68 +-python_targets_pypy3
69 +-python_single_target_pypy3
70 +
71 # Sam James <sam@g.o> (2021-10-16)
72 # media-libs/openexr doesn't work on BE, but should on LE.
73 # ...and openscenegraph needs openexr.
74
75 diff --git a/profiles/arch/powerpc/ppc64/64le/use.stable.mask b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
76 index e724690f1eaf..9d8490097912 100644
77 --- a/profiles/arch/powerpc/ppc64/64le/use.stable.mask
78 +++ b/profiles/arch/powerpc/ppc64/64le/use.stable.mask
79 @@ -1,6 +1,11 @@
80 # Copyright 2019-2021 Gentoo Authors
81 # Distributed under the terms of the GNU General Public License v2
82
83 +# Michał Górny <mgorny@g.o> (2021-12-31)
84 +# PyPy3 target is not ready for stable.
85 +python_targets_pypy3
86 +python_single_target_pypy3
87 +
88 # Sam James <sam@g.o> (2021-11-14)
89 # media-libs/openexr is not marked stable on ppc64
90 # (it's broken on BE and it's more convenient to keep it at ~arch here for now)
91
92 diff --git a/profiles/arch/powerpc/ppc64/64ul/package.use.mask b/profiles/arch/powerpc/ppc64/64ul/package.use.mask
93 index b6e15b3d13f1..ca0dd80c2085 100644
94 --- a/profiles/arch/powerpc/ppc64/64ul/package.use.mask
95 +++ b/profiles/arch/powerpc/ppc64/64ul/package.use.mask
96 @@ -1,6 +1,11 @@
97 # Copyright 1999-2021 Gentoo Authors
98 # Distributed under the terms of the GNU General Public License v2
99
100 +# Michał Górny <mgorny@g.o> (2021-12-31)
101 +# Don't apply stable masks to python-exec since we're forcing every
102 +# impl there anyway. Please keep this in sync with use.stable.mask.
103 +dev-lang/python-exec -python_targets_pypy3
104 +
105 # Georgy Yakovlev <gyakovlev@g.o> (2021-07-27)
106 # deps are keyworded
107 gnome-base/gnome-extra-apps -tracker
108
109 diff --git a/profiles/arch/powerpc/ppc64/64ul/use.mask b/profiles/arch/powerpc/ppc64/64ul/use.mask
110 index 0587005a8db1..598e625a645e 100644
111 --- a/profiles/arch/powerpc/ppc64/64ul/use.mask
112 +++ b/profiles/arch/powerpc/ppc64/64ul/use.mask
113 @@ -1,6 +1,11 @@
114 # Copyright 1999-2021 Gentoo Authors
115 # Distributed under the terms of the GNU General Public License v2
116
117 +# Michał Górny <mgorny@g.o> (2021-12-31)
118 +# PyPy3 is keyworded here.
119 +-python_targets_pypy3
120 +-python_single_target_pypy3
121 +
122 # Georgy Yakovlev <gyakovlev@g.o> (2020-06-03)
123 # clang is keyworded and works on ppc64
124 -clang
125
126 diff --git a/profiles/arch/powerpc/ppc64/64ul/use.stable.mask b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask
127 index 33785156beac..fee4cfaa3747 100644
128 --- a/profiles/arch/powerpc/ppc64/64ul/use.stable.mask
129 +++ b/profiles/arch/powerpc/ppc64/64ul/use.stable.mask
130 @@ -1,6 +1,11 @@
131 # Copyright 1999-2021 Gentoo Authors
132 # Distributed under the terms of the GNU General Public License v2
133
134 +# Michał Górny <mgorny@g.o> (2021-12-31)
135 +# PyPy3 target is not ready for stable.
136 +python_targets_pypy3
137 +python_single_target_pypy3
138 +
139 # Georgy Yakovlev <gyakovlev@g.o> (2020-01-26)
140 # media-plugins/frei0r-plugins not stable yet
141 frei0r
142
143 diff --git a/profiles/arch/powerpc/ppc64/package.use.mask b/profiles/arch/powerpc/ppc64/package.use.mask
144 index 5c49713bc423..6d649be6e864 100644
145 --- a/profiles/arch/powerpc/ppc64/package.use.mask
146 +++ b/profiles/arch/powerpc/ppc64/package.use.mask
147 @@ -1,6 +1,11 @@
148 # Copyright 1999-2021 Gentoo Authors
149 # Distributed under the terms of the GNU General Public License v2
150
151 +# Michał Górny <mgorny@g.o> (2021-12-31)
152 +# Don't apply stable masks to python-exec since we're forcing every
153 +# impl there anyway. Please keep this in sync with use.stable.mask.
154 +dev-lang/python-exec -python_targets_pypy3
155 +
156 # Georgy Yakovlev <gyakovlev@g.o> (2021-11-12)
157 # telepathy stack is not keyworded
158 dev-util/kdevelop reviewboard
159
160 diff --git a/profiles/arch/powerpc/ppc64/use.mask b/profiles/arch/powerpc/ppc64/use.mask
161 index 63cd97f2d51e..ab9cefcf66ac 100644
162 --- a/profiles/arch/powerpc/ppc64/use.mask
163 +++ b/profiles/arch/powerpc/ppc64/use.mask
164 @@ -3,6 +3,11 @@
165
166 ### THIS FILE IS ONLY FOR PACKAGES MASKED ON BOTH 64-BIT AND 32-BIT USERLAND!!!
167
168 +# Michał Górny <mgorny@g.o> (2021-12-31)
169 +# PyPy3 is keyworded here.
170 +-python_targets_pypy3
171 +-python_single_target_pypy3
172 +
173 # Sam James <sam@g.o> (2021-10-16)
174 # media-libs/openexr doesn't work on BE (bug #818424)
175 # ...and openscenegraph needs openexr.
176
177 diff --git a/profiles/arch/powerpc/ppc64/use.stable.mask b/profiles/arch/powerpc/ppc64/use.stable.mask
178 index c6527e03781f..49d27fdb8144 100644
179 --- a/profiles/arch/powerpc/ppc64/use.stable.mask
180 +++ b/profiles/arch/powerpc/ppc64/use.stable.mask
181 @@ -4,6 +4,11 @@
182 # This file requires eapi 5 or later. New entries go on top.
183 # Please use the same syntax as in use.mask
184
185 +# Michał Górny <mgorny@g.o> (2021-12-31)
186 +# PyPy3 target is not ready for stable.
187 +python_targets_pypy3
188 +python_single_target_pypy3
189 +
190 # Sam James <sam@g.o> (2021-11-14)
191 # media-libs/openexr is not marked stable on ppc64
192 # (it's broken on BE and it's more convenient to keep it at ~arch here for now)