Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm/, profiles/arch/arm64/, profiles/arch/alpha/, ...
Date: Thu, 02 Jul 2020 20:24:22
Message-Id: 1593721448.36f27ad00a60fc289c7796d884a2660a0a8782b5.robbat2@gentoo
1 commit: 36f27ad00a60fc289c7796d884a2660a0a8782b5
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 20:18:41 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 20:24:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36f27ad0
7
8 profiles: mask sys-block/fio[zbc,io-uring] on some arches
9
10 Bug: https://bugs.gentoo.org/730478
11 Bug: https://bugs.gentoo.org/730480
12 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
13
14 profiles/arch/alpha/package.use.mask | 4 ++++
15 profiles/arch/amd64/package.use.mask | 4 ++++
16 profiles/arch/arm/package.use.mask | 4 ++++
17 profiles/arch/arm64/package.use.mask | 4 ++++
18 profiles/arch/base/package.use.mask | 4 ++++
19 profiles/arch/hppa/package.use.mask | 4 ++++
20 profiles/arch/ia64/package.use.mask | 4 ++++
21 profiles/arch/sparc/package.use.mask | 4 ++++
22 profiles/arch/x86/package.use.mask | 4 ++++
23 9 files changed, 36 insertions(+)
24
25 diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask
26 index fa461343ce8..9386922ecf2 100644
27 --- a/profiles/arch/alpha/package.use.mask
28 +++ b/profiles/arch/alpha/package.use.mask
29 @@ -1,6 +1,10 @@
30 # Copyright 1999-2020 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 +# Robin H. Johnson <robbat2@g.o> (2020-07-02)
34 +# Mask io-uring & zbc pending keywording
35 +sys-block/fio -io-uring zbc
36 +
37 # Michał Górny <mgorny@g.o> (2020-06-14)
38 # Requires dev-python/networkx.
39 app-portage/nattka depgraph-order
40
41 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
42 index fff4e15c9f4..3e6eb33f3df 100644
43 --- a/profiles/arch/amd64/package.use.mask
44 +++ b/profiles/arch/amd64/package.use.mask
45 @@ -17,6 +17,10 @@
46
47 #--- END OF EXAMPLES ---
48
49 +# Robin H. Johnson <robbat2@g.o> (2020-07-02)
50 +# Mask io-uring & zbc pending keywording
51 +sys-block/fio -io-uring -zbc
52 +
53 # Marek Szuba <marecki@g.o> (2020-06-17)
54 # Unmask globally-masked flashrom drivers and tools which do work on amd64
55 sys-apps/flashrom -atahpt -atapromise -internal -nic3com -nicnatsemi -nicrealtek -rayer-spi -satamv -tools
56
57 diff --git a/profiles/arch/arm/package.use.mask b/profiles/arch/arm/package.use.mask
58 index 5bc88d8bd6b..4740d935bf5 100644
59 --- a/profiles/arch/arm/package.use.mask
60 +++ b/profiles/arch/arm/package.use.mask
61 @@ -1,6 +1,10 @@
62 # Copyright 1999-2020 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 +# Robin H. Johnson <robbat2@g.o> (2020-07-02)
66 +# Mask io-uring & zbc pending keywording
67 +sys-block/fio io-uring zbc
68 +
69 # Sam James <sam@×××××.info> (2020-06-27)
70 # Tests require Valgrind, not available on <armv7a
71 dev-libs/rapidjson test
72
73 diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask
74 index 66d667217fe..9d83a7ad632 100644
75 --- a/profiles/arch/arm64/package.use.mask
76 +++ b/profiles/arch/arm64/package.use.mask
77 @@ -1,6 +1,10 @@
78 # Copyright 1999-2020 Gentoo Authors
79 # Distributed under the terms of the GNU General Public License v2
80
81 +# Robin H. Johnson <robbat2@g.o> (2020-07-02)
82 +# Mask io-uring & zbc pending keywording
83 +sys-block/fio -io-uring
84 +
85 # Michał Górny <mgorny@g.o> (2020-06-19)
86 # Requires dev-util/dwarves.
87 sys-kernel/gentoo-kernel debug
88
89 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
90 index 7ade57e2a1c..cf91d327fb7 100644
91 --- a/profiles/arch/base/package.use.mask
92 +++ b/profiles/arch/base/package.use.mask
93 @@ -1,6 +1,10 @@
94 # Copyright 1999-2020 Gentoo Authors
95 # Distributed under the terms of the GNU General Public License v2
96
97 +# Robin H. Johnson <robbat2@g.o> (2020-07-02)
98 +# Mask io-uring & zbc pending keywording
99 +sys-block/fio io-uring zbc
100 +
101 # Marek Szuba <marecki@g.o> (2020-06-17)
102 # Mask flashrom drivers and tools which only work on few architectures:
103 # - ich_descriptors_tools (USE=tools) is only compiled on amd64 and x86,
104
105 diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask
106 index f634ad12e87..7d1a25a08ac 100644
107 --- a/profiles/arch/hppa/package.use.mask
108 +++ b/profiles/arch/hppa/package.use.mask
109 @@ -4,6 +4,10 @@
110 # NOTE: When masking a USE flag due to missing keywords, please file a keyword
111 # request bug for the hppa arch.
112
113 +# Robin H. Johnson <robbat2@g.o> (2020-07-02)
114 +# Mask io-uring & zbc pending keywording
115 +sys-block/fio -io-uring zbc
116 +
117 # Michał Górny <mgorny@g.o> (2020-06-14)
118 # Requires dev-python/networkx.
119 app-portage/nattka depgraph-order
120
121 diff --git a/profiles/arch/ia64/package.use.mask b/profiles/arch/ia64/package.use.mask
122 index 00290f99397..8bd3ec801d1 100644
123 --- a/profiles/arch/ia64/package.use.mask
124 +++ b/profiles/arch/ia64/package.use.mask
125 @@ -1,6 +1,10 @@
126 # Copyright 1999-2020 Gentoo Authors
127 # Distributed under the terms of the GNU General Public License v2
128
129 +# Robin H. Johnson <robbat2@g.o> (2020-07-02)
130 +# Mask io-uring & zbc pending keywording
131 +sys-block/fio -io-uring zbc
132 +
133 # Michał Górny <mgorny@g.o> (2020-06-14)
134 # Requires dev-python/networkx.
135 app-portage/nattka depgraph-order
136
137 diff --git a/profiles/arch/sparc/package.use.mask b/profiles/arch/sparc/package.use.mask
138 index ce9b5f381cb..12092664501 100644
139 --- a/profiles/arch/sparc/package.use.mask
140 +++ b/profiles/arch/sparc/package.use.mask
141 @@ -1,6 +1,10 @@
142 # Copyright 1999-2020 Gentoo Authors
143 # Distributed under the terms of the GNU General Public License v2
144
145 +# Robin H. Johnson <robbat2@g.o> (2020-07-02)
146 +# Mask io-uring & zbc pending keywording
147 +sys-block/fio -io-uring zbc
148 +
149 # Michał Górny <mgorny@g.o> (2020-06-14)
150 # Requires dev-python/networkx.
151 app-portage/nattka depgraph-order
152
153 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
154 index 42b8e3b67a2..d0df057869a 100644
155 --- a/profiles/arch/x86/package.use.mask
156 +++ b/profiles/arch/x86/package.use.mask
157 @@ -1,6 +1,10 @@
158 # Copyright 1999-2020 Gentoo Authors
159 # Distributed under the terms of the GNU General Public License v2
160
161 +# Robin H. Johnson <robbat2@g.o> (2020-07-02)
162 +# Mask io-uring & zbc pending keywording
163 +sys-block/fio -io-uring -zbc
164 +
165 # Thomas Deutschmann <whissi@g.o> (2020-06-20)
166 # media-libs/nv-codec-headers is not available for x86
167 media-video/ffmpeg video_cards_nvidia