summaryrefslogtreecommitdiff
blob: 4b44ff6a681ad6790ee09b6e891cf3db35f3d277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Sam James <sam@gentoo.org> (2022-03-10)
# dev-util/hip and its rocm dependencies not keyworded here
sci-physics/lammps hip

# Adel Kara Slimane <adel.ks@zegrapher.com> (2021-02-17)
# Mask AMF keyword on non-amd64 arches
# It is unusable, for now, in other arches
media-video/ffmpeg amf

# Sam James <sam@gentoo.org> (2022-01-20)
# Only supports cpu_flags_x86_aes in 64-bit mode
net-fs/samba cpu_flags_x86_aes

# Conrad Kostecki <conikost@gentoo.org> (2021-11-16)
# AppArmor is not available on x86
app-benchmarks/stress-ng apparmor

# James Le Cuirot <chewi@gentoo.org> (2021-10-22)
# The JIT feature only works on amd64 and x86.
app-emulation/fs-uae -jit

# Marek Szuba <marecki@gentoo.org> (2021-10-10)
# Does work on amd64 and x86
x11-misc/read-edid -vbe-mode

# Lars Wendler <polynomial-c@gentoo.org> (2021-08-27)
# media-libs/webrtc-audio-processing only has amd64 and x86 keywords
media-video/pipewire -echo-cancel

# James Le Cuirot <chewi@gentoo.org> (2021-08-07)
# The ORBlite scanner plugin only works on amd64 and x86.
net-print/hplip-plugin -orblite

# Ionen Wolkens <ionen@gentoo.org> (2021-07-26)
# nvenc on x86 needs both legacy 390 drivers and old vulnerable
# <=media-video/ffmpeg-4.2.4, nvidia has no real x86 support.
media-video/obs-studio nvenc

# Marek Szuba <marecki@gentoo.org> (2021-07-17)
# media-plugins/gst-plugins-webrtc
# and media-plugins/zam-plugins not keyworded here
media-sound/easyeffects zamaudio
media-sound/pulseeffects webrtc zamaudio

# Sam James <sam@gentoo.org> (2021-07-12)
# Haskell is (only) available on amd64/x86 right now in Gentoo
# bug #801649
dev-util/diffoscope -haskell

# Ionen Wolkens <ionen@gentoo.org> (2021-07-01)
# Feature currently relies on amd64 prebuilt binaries.
media-video/obs-studio browser

# Ionen Wolkens <ionen@gentoo.org> (2021-07-01)
# gui-libs/egl-wayland with nvidia-drivers does not function well with
# the last drivers to support x86 (needed here to override use.mask).
x11-base/xwayland video_cards_nvidia
x11-wm/mutter video_cards_nvidia

# Andreas Sturmlechner <asturm@gentoo.org> (2020-04-25)
# Depends on either unkeyworded dev-java/openjdk:11
# or unavailable >=dev-java/icedtea-4, bug #785640
>=app-office/libreoffice-7 base java
>=app-office/libreoffice-bin-7 java
>=app-office/libreoffice-bin-debug-7 java

# Daniel Novomesky <dnovomesky@gmail.com> (2021-02-24)
# Depends on media-libs/svt-av1, which is unavailable on x86
media-libs/libavif svt-av1

# Thomas Deutschmann <whissi@gentoo.org> (2021-02-17)
# Unmask PCRE JIT support where dev-libs/libpcre2[jit] is available
dev-lang/php -jit

# Jaco Kroon <jaco@uls.co.za> (2021-01-22)
# blocksruntime (clang -fblocks requirement) for asterisk is available on this
# architecture.
net-misc/asterisk -blocks

# Nils Freydank <holgersson@posteo.de> (2021-01-18)
# Depends on media-plugins/gst-plugins-cairo, which isn't keyworded on x86.
app-misc/pdfpc gstreamer

# Michał Górny <mgorny@gentoo.org> (2020-12-21)
# Sanitizers supported on this architecture.
sys-libs/compiler-rt-sanitizers -asan -lsan
sys-libs/compiler-rt-sanitizers -ubsan -safestack -cfi -scudo
sys-libs/compiler-rt-sanitizers -gwp-asan
sys-libs/compiler-rt-sanitizers -profile

# Thomas Deutschmann <whissi@gentoo.org> (2020-10-06)
# - aesni plugin is supported on x86
# - rdrand plugin is supported on x86
# - padlock plugin is supported on x86
net-vpn/strongswan -strongswan_plugins_aesni -strongswan_plugins_rdrand -strongswan_plugins_padlock

# Sam James <sam@gentoo.org> (2020-10-05)
# Guile only supports JIT on some arches
# (See 9.3.8 in the Guile manual)
dev-scheme/guile -jit

# Sam James <sam@gentoo.org> (2020-07-03)
# Rust is available here
# Bug #728558
media-video/ffmpeg -rav1e

# Robin H. Johnson <robbat2@gentoo.org> (2020-07-02)
# Mask io-uring & zbc pending keywording
sys-block/fio -io-uring -zbc

# Marek Szuba <marecki@gentoo.org> (2020-06-17)
# Unmask globally-masked flashrom drivers and tools which do work on x86
sys-apps/flashrom -atahpt -atapromise -atavia -drkaiser -gfxnvidia -internal -it8212 -nic3com -nicintel -nicintel-eeprom -nicintel-spi -nicnatsemi -nicrealtek -ogp-spi -rayer-spi -satamv -satasii -tools

# Christopher Head <chead@chead.ca> (2020-06-10)
# Requires dev-db/influxdb which is amd64-only
dev-python/influxdb test

# Mikle Kolyada <zlogene@gentoo.org> (2020-06-08)
# clisp is keyworded on x86
app-text/texlive-core -xindy

# Joonas Niilola <juippis@gentoo.org> (2020-05-14)
# sys-apps/apparmor not keyworded on x86.
app-containers/lxc apparmor
app-containers/lxd apparmor

# Thomas Deutschmann <whissi@gentoo.org> (2020-04-30)
# sys-cluster/slurm is keyworded on x86
app-metrics/collectd -collectd_plugins_slurm

# Georgy Yakovlev <gyakovlev@gentoo.org (2020-04-26)
# static-pie works on x86, #719444
sys-libs/glibc -static-pie

# Thomas Deutschmann <whissi@gentoo.org> (2020-03-11)
# Encrypted Media Extensions (eme-free) can be disabled on x86
mail-client/thunderbird -eme-free
www-client/firefox -eme-free

# Mart Raudsepp <leio@gentoo.org> (2020-03-01)
# dev-util/sysprof-capture is keyworded on x86
x11-wm/mutter -sysprof
dev-libs/gjs -sysprof
dev-libs/glib -sysprof
gnome-extra/cjs -sysprof
x11-libs/gtk+ -sysprof
net-libs/libsoup -sysprof
x11-libs/pango -sysprof
gui-libs/gtk -sysprof

# Andreas Sturmlechner <asturm@gentoo.org> (2020-02-26)
# Vulkan is available on x86.
dev-qt/qt3d -vulkan
dev-qt/qtdeclarative -vulkan
dev-qt/qtgui -vulkan
dev-qt/qtwayland -vulkan

# Georgy Yakovlev <gyakovlev@gentoo.org (2020-01-04)
# zfs is not keyworded on x86
dev-util/schroot zfs

# Tomáš Mózes <hydrapolic@gmail.com> (2019-12-19)
# dev-libs/criterion is not keyworded yet
app-admin/syslog-ng test

# James Le Cuirot <chewi@gentoo.org> (2019-12-10)
# The JIT feature only works on amd64 and x86.
app-emulation/aranym -jit

# Andreas Sturmlechner <asturm@gentoo.org> (2019-11-20)
# media-libs/libplacebo is keyworded on x86
media-video/vlc -libplacebo

# Thomas Deutschmann <whissi@gentoo.org> (2019-11-11)
# dev-python/pandas is keyworded for x86
sys-block/fio -python -gnuplot

# Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21)
# iasl is stable on x86
sys-firmware/seabios -debug

# Georgy Yakovlev <gyakovlev@gentoo.org> (2019-08-28)
# upstream provides docs only for tier-1 arches
dev-lang/rust-bin -doc

# Thomas Deutschmann <whissi@gentoo.org> (2019-08-03)
# Early microcode loading is supported on x86
sys-kernel/linux-firmware -initramfs

# Lars Wendler <polynomial-c@gentoo.org> (2019-07-26)
# dev-libs/gumbo is keyworded on x86
mail-client/claws-mail -litehtml

# Matt Turner <mattst88@gentoo.org> (2019-06-20)
# dev-lang/spidermonkey:60[jit] fails to build on most platforms, but does
# build on x86.
>=dev-lang/spidermonkey-60 -jit

# Denis Lisov <dennis.lissov@gmail.com> (2019-05-09)
# Overlay can only be built on amd64 and x86
x11-apps/igt-gpu-tools -overlay

# Georgy Yakovlev <gyakovlev@gentoo.org> (2019-03-05)
# freeipmi is supported on x86
app-admin/conserver -freeipmi

# Mikle Kolyada <zlogene@gentoo.org> (2019-03-03)
# No Spice protocol for x86
app-emulation/nemu spice

# Tomáš Mózes <hydrapolic@gmail.com> (2019-11-02)
# Requires dev-db/mongodb which has dropped x86 support
dev-php/pecl-mongodb test

# Alexys Jacob <ultrabug@gentoo.org> (2018-11-05)
# Requires dev-db/mongodb which has dropped x86 support
net-analyzer/zmap mongo

# Michael Palimaka <kensington@gentoo.org> (2018-10-12)
# Unmask arch-specific USE flag available on x86
net-analyzer/testssl -bundled-openssl

# Thomas Deutschmann <whissi@gentoo.org> (2018-09-30)
# Unmask libheif support where media-libs/libheif is keyworded
media-gfx/imagemagick -heif

# Tomáš Mózes <hydrapolic@gmail.com> (2018-09-28)
# Requires dev-db/mongodb which has dropped x86 support
dev-python/pymongo test

# Rick Farina <zerochaos@gentoo.org> (2018-06-27)
# Catalyst has support for assembling bootloader on this arch
dev-util/catalyst -system-bootloader

# Jan Ziak <0xe2.0x9a.0x9b@gmail.com> (2018-03-14)
# Expose SVGA backend for x86 users
app-emulation/fuse -backend-svga

# Thomas Deutschmann <whissi@gentoo.org> (2018-02-10)
# Requires dev-db/mongodb which has dropped x86 support
dev-libs/mongo-c-driver test

# Michał Górny <mgorny@gentoo.org> (2017-12-30)
# Moved from use.mask since it is a flag local to one package:
# pbbuttonsd and macbook for KDE and pbuttonsd it
app-laptop/pbbuttonsd -macbook

# Hans de Graaff <graaff@gentoo.org> (2017-12-08)
# Test dependencies are no longer keyworded due to dropped Rails
# keyword.
dev-ruby/asciidoctor test

# Tim Harder <radhermit@gentoo.org> (2017-09-11)
# Pulls in dev-ruby/asciidoctor which has too large of a ruby testing
# dep tree that is unkeyworded at this time.
>=net-irc/weechat-1.7 doc

# Johannes Huber <johu@gentoo.org> (2017-08-07)
# Requires media-libs/qtav, which is not keyworded on x86.
media-gfx/digikam mediaplayer

# Michał Górny <mgorny@gentoo.org> (2017-08-07)
# Requires USE=cuda that is masked in this profile.
media-gfx/blender opensubdiv

# Thomas Deutschmann <whissi@gentoo.org> (2020-10-22)
# -imhttp: www-servers/civetweb is keyworded on x86
# -mdblookup: dev-libs/libmaxminddb is keyworded on x86
app-admin/rsyslog -imhttp -mdblookup

# David Seifert <soap@gentoo.org> (2017-02-10)
# Requires dev-lua/ldoc for building documentation,
# which is only keyworded for amd64
x11-wm/awesome doc

# Andreas Sturmlechner <asturm@gentoo.org> (2016-12-31)
# on behalf of Andreas K. Hüttel <dilfridge@gentoo.org> (2016-12-14)
# Fails to build with newly unmasked ffmpeg-3, so mask this useflag
# Workaround; leaving a real fix to the maintainers... bug 580630
media-libs/mlt vdpau

# Yixun lan <dlan@gentoo.org> (2016-12-07)
# Disable zfs storage backend since sys-fs/zfs doesn't support 32bit arch
app-emulation/libvirt zfs

# Ettore Di Giacinto <mudler@gentoo.org> (2016-10-18)
# Enable gambit and scm only on supported architectures
>=dev-scheme/slib-3.2.5 -gambit -scm

# Thomas Deutschmann <whissi@gentoo.org> (2016-09-22)
# Enable MQTT support on supported architectures
app-metrics/collectd -collectd_plugins_mqtt

# Thomas Deutschmann <whissi@gentoo.org> (2016-08-26)
# Enable numa support on supported architectures
dev-db/mysql -numa
dev-db/percona-server -numa

# Brian Evans <grknight@gentoo.org> (2016-08-18)
# Allow jdbc on this arch
dev-db/mariadb -jdbc

# Mike Gilbert <floppym@gentoo.org> (2016-03-03)
# chrome-binary-plugins dropped x86 support
www-client/chromium widevine
www-client/qutebrowser widevine
www-client/vivaldi widevine
www-client/vivaldi-snapshot widevine

# Ian Delaney <idella4@gentoo.org> (2015-12-02)
# mask revdeps of xen that emply a hypervisor in arch x86
app-emulation/libvirt xen

# Brian Evans <grknight@gentoo.org (2015-09-14)
# Unmask new USE flags for mariadb on supported arches
>=dev-db/mariadb-10.1.0 -sst-xtrabackup -galera

# Mike Gilbert <floppym@gentoo.org> (2015-09-05)
# sys-boot/gnu-efi is not supported on all archs.
sys-apps/systemd -gnuefi

# Ben de Groot <yngwin@gentoo.org> (2015-03-15)
# media-libs/libbdplus is keyworded on x86, so unmask the useflag
media-libs/libbluray -bdplus

# Yixun Lan <dlan@gentoo.org> (2014-05-21)
# sys-fs/zfs not keyworded on x86
sys-cluster/ceph zfs

# Lars Wendler <polynomial-c@gentoo.org (2014-04-23)
# Works on 32bit x86
media-sound/lmms -vst

# Samuli Suominen <ssuominen@gentoo.org> (2014-02-16)
# Still considered experimental by upstream:
# https://sourceforge.net/p/mikmod/bugs/16/#17ea
media-libs/libmikmod cpu_flags_x86_sse2

# Sergey Popov <pinkbyte@gentoo.org> (2013-12-27)
# Boost.Context can be built on x86
dev-libs/boost -context

# Tim Harder <radhermit@gentoo.org> (2013-08-13)
# dev-lang/luajit keyworded for x86 (masked in base)
# dev-scheme/racket keyworded for amd64 (masked in base)
app-editors/vim -racket
app-editors/gvim -racket

# Kacper Kowalik <xarthisius@gentoo.org> (2013-08-09)
# Works on x86
sys-apps/hwloc -gl -nvml

# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-11-03)
# Unmask here, as it's masked in base.
net-libs/gnutls -dane

# Michał Górny <mgorny@gentoo.org> (2012-04-11)
# JIT compilation in zpaq generates code for x86/amd64.
app-arch/zpaq -jit

# Arun Raghavan <ford_prefect@gentoo.org> (2012-03-29)
# webrtc-audio-processing is only supported on x86/amd64. Possibly arm can be
# added.
media-sound/pulseaudio -webrtc-aec

# Bernard Cafarelli <voyageur@gentoo.org> (2012-02-27)
# Masked in base profile, supported on this arch
gnustep-base/gnustep-make -libobjc2

# Doug Goldstein <cardoe@gentoo.org> (2012-01-17)
# The SPICE server is only supported on 64-bit platforms and not on 32-bit
# https://lists.freedesktop.org/archives/spice-devel/2015-September/021846.html
app-emulation/qemu spice

# Samuli Suominen <ssuominen@gentoo.org> (2011-12-06)
# NuppelVideo support is x86 only
media-video/transcode -nuv -pic

# Davide Pesavento <pesa@gentoo.org> (2011-11-30)
# The QML (V4) and JSC JITs are supported only on amd64/arm/x86,
# so the flag is masked in the base profile and unmasked here.
dev-qt/qtdeclarative -jit
dev-qt/qtscript -jit

# Samuli Suominen <ssuominen@gentoo.org> (2011-11-25)
# Expose USE="suid" for USE="svga" only for x86 users,
# see base/package.use.mask
www-client/links -suid

# Robin H. Johnson <robbat2@gentoo.org> (2011-07-10)
# PPS should work on all arches, but only keyworded on amd64/x86
>=net-misc/ntp-4.2.6_p3-r1 -parse-clocks

# Tim Harder <radhermit@gentoo.org> (2011-02-13)
# Masked in base, unmask for amd64/x86
>=media-video/mplayer-1.0_rc4_p20101219 -bluray

# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2010-11-28)
# sys-devel/llvm is keyworded on x86
media-libs/mesa -llvm

# Jean-Noël Rivasseau <elvanor@gentoo.org> (2009-09-23)
# X use flag only for amd64/x86, bug 285951.
media-gfx/iscan -X

# Steve Dibb <beandog@gentoo.org> (2008-09-29)
media-video/mplayer -cpudetection