summaryrefslogtreecommitdiff
blob: ab34fd957324e732ca0bb2a13f7ef2bef23c586a (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
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Ionen Wolkens <ionen@gentoo.org> (2024-03-31)
# MPV currently[1] has no plans to support >=lua5-3 making luajit
# the only choice for maintained lua. Apply mask/force to override
# the profile's defaults, and invert on arches where not keyworded
# (or problematic, bug #928297). Done this way also avoids conflicts
# for users using another default.
# [1] https://github.com/mpv-player/mpv/wiki/FAQ#why-does-mpv-not-support-lua-53-or-newer
media-video/mpv -lua_single_target_lua5-1 lua_single_target_luajit

# Andreas Sturmlechner <asturm@gentoo.org> (2024-03-24)
# Requires unkeyworded dev-qt/qtwebengine (and revdeps)
kde-apps/kleopatra pim
net-irc/quassel urlpreview
net-p2p/ktorrent rss

# Eray Aslan <eras@gentoo.org> (2024-03-08)
# mongodb dependencies are not keyworded
mail-mta/postfix mongodb

# Anna (navi) Figueiredo Gomes <navi@vlhl.dev> (2024-02-14)
# Fails to compile, bug #924396
>=dev-lang/rust-1.75.0 lto

# Eray Aslan <eras@gentoo.org> (2024-02-13)
# tests require dev-db/mongodb which is not keyworded
dev-libs/mongo-c-driver test

# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-01-13)
# Unmask only where grub is keyworded
sys-kernel/installkernel -grub

# matoro <matoro_gentoo@matoro.tk> (2023-12-19)
# JIT not supported here (#909826)
dev-scheme/racket chez futures jit

# Marek Szuba <marecki@gentoo.org> (2023-12-05)
# Needs USE=video_cards_amdgpu, currently masked on all PowerPC
# arches except ppc64le
>=sys-apps/fwupd-1.9.10 amdgpu

# matoro <matoro_gentoo@matoro.tk> (2023-11-25)
# Casualty of dev-ruby/msgpack restriction to ruby32
# Remove this once ruby32 is unmasked in base
dev-ruby/activesupport msgpack test

# matoro <matoro_gentoo@matoro.tk> (2023-11-22)
# Broken on <dev-lang/ruby-3.2
# https://github.com/msgpack/msgpack-ruby/pull/355
dev-ruby/msgpack ruby_targets_ruby31

# matoro <matoro_gentoo@matoro.tk> (2023-11-19)
# VSX asm causes passing test suite on LE to fail
media-libs/libaom cpu_flags_ppc_vsx

# Patrick McLean <chutzpah@gentoo.org> (2023-10-03)
# sys-apps/s6-linux-init has not been tested on this arch
sys-apps/openrc s6

# Georgy Yakovlev <gyakovlev@gentoo.org> (2023-09-21)
# dtrace/systemtap not availabie on ppc platform for jdk
# configure: ERROR: Unavailable JVM features explicitly enabled for 'server': 'dtrace'
# https://github.com/openjdk/jdk17u-dev/commit/5b29c6ec93372b20016565b84d449860b7233d6c
dev-java/openjdk:17 systemtap

# Jon Janzen <jon@jonjanzen.com> (2023-09-11)
# librttopo has not been tested on this arch
dev-db/spatialite rttopo

# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-08-30)
# Avoid keywordming more Qt stuff
dev-python/pyside2 3d datavis scxml

# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2023-03-07)
# nbval/nbclassic docs require pandoc which is not keyworded here yet
dev-python/nbval doc
dev-python/nbclassic doc

# Bernd Waibel <waebbl-gentoo@posteo.net> (2023-02-23)
# Mask openvdb, as it pulls in masked media-libs/openexr
sci-libs/vtk openvdb

# Sam James <sam@gentoo.org> (2022-11-19)
# Drags in Rails (propshaft->rails)
dev-ruby/actiontext test
dev-ruby/actionmailbox test

# Florian Schmaus <flow@gentoo.org> (2022-11-23)
# avoid larger deptree, bug #882593
dev-python/bracex doc

# Sam James <sam@gentoo.org> (2022-10-29)
# pandoc not keyworded here, bug #878355
app-admin/conky doc

# Sam James <sam@gentoo.org> (2022-10-16)
# dev-cpp/notcurses not keyworded here
media-sound/snd notcurses

# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-09-23)
# Only PyQt5 is keyworded on pcc64 at the moment.
# Mask the other Qt4Python implementations
dev-python/QtPy pyside2 pyqt6 pyside6

# Matt Turner <mattst88@gentoo.org> (2022-04-18)
# app-text/nuspell is not keyworded
app-text/enchant nuspell

# Adel Kara Slimane <adel.ks@zegrapher.com> (2022-03-14)
# Untested useflag on other arches, needs keywording
media-video/ffmpeg vmaf

# Sam James <sam@gentoo.org> (2021-11-15)
# librtas is available on (only) ppc*
sys-apps/util-linux -rtas

# David Seifert <soap@gentoo.org> (2021-09-04)
# dev-lang/go not keyworded here
sys-libs/libcap tools

# Miroslav Šulc <fordfrog@gentoo.org> (2021-03-13)
# virtual/jdk isn't keyworded here
media-libs/rubberband jni

# Patrick McLean <chutzpah@gentoo.org> (2021-02-25)
# Requires unkeyworded dev-libs/pmdk, mask until keyworded
sys-cluster/ceph pmdk rbd-rwl

# Sam James <sam@gentoo.org> (2021-02-17)
# Unmask dev-libs/libpcre2[jit] support on PHP
# where available
dev-lang/php -jit

# Joonas Niilola <juippis@gentoo.org> (2021-01-15)
# Dependency not keyworded on this arch.
app-text/enchant voikko

# Sam James <sam@gentoo.org> (2020-12-27)
# dev-embedded/libftd2xx unavailable here
dev-embedded/urjtag ftd2xx

# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-11-05)
# makes no sense on power
sys-apps/fwupd amt uefi

# Joonas Niilola <juippis@gentoo.org> (2020-10-08)
# Dependency not keyworded on this arch.
dev-libs/efl avif
net-libs/webkit-gtk avif

# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-10-05)
# criu is masked on big-endian ppc*
app-containers/crun criu

# Sergei Trofimovich <slyfox@gentoo.org> (2018-03-27)
# dev-ruby/capybara depends on www-client/firefox which has no keywords
dev-ruby/capybara test

# Michał Górny <mgorny@gentoo.org> (2020-06-14)
# Requires dev-python/networkx.
app-portage/nattka depgraph-order

# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-05-19)
# deps not keyworded on ~ppc/ppc64
media-video/obs-studio nvenc

# Mikle Kolyada <zlogene@gentoo.org> (2020-05-06)
# No deps keyworded
dev-python/pbr test

# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-04-19)
# Unsupported on ppc/ppc64
www-client/chromium widevine

# Matthias Maier <tamiko@gentoo.org> (2020-03-13)
# requires media-libs/sdl2-image, which is not yet keyworded
app-emulation/qemu sdl-image

# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-01-25)
# requires fwupd, which is not yet keyworded
kde-plasma/discover firmware

# Rick Farina <zerochaos@gentoo.org> (2020-01-03)
# ubertooth needs net-libs/libbtbb and net-wireless/ubertooth which aren't keyworded
net-wireless/kismet ubertooth

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

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

# Conrad Kostecki <conikost@gentoo.org> (2019-08-17)
# app-misc/graphlcd-base won't work on PowerPC/PowerPC64
app-misc/lcdproc lcd_devices_glcd png

# Patrick McLean <chutzpah@gentoo.org> (2019-04-15)
# deps not available on platform
sys-cluster/ceph babeltrace lttng

# Patrick McLean <chutzpah@gentoo.org> (2019-04-15)
# pending re-keyword request, bug 615400
net-analyzer/rrdtool rados
www-servers/uwsgi uwsgi_plugins_rados

# Thomas Deutschmann <whissi@gentoo.org> (2019-02-26)
# nginx_modules_http_lua requires USE=luajit which requires
# dev-lang/luajit which is not keyworded on PowerPC
www-servers/nginx nginx_modules_http_lua

# Alon Bar-Lev <alonbl@gentoo.org> (2018-12-21)
# Requires USE=dane that is masked in this profile.
net-libs/gnutls test-full

# Matthew Thode <prometheanfire@gentoo.org> (2018-09-12)
# dev-db/mariadb-connector-c not yet keyworded
net-analyzer/icinga2 mariadb

# Luca Barbato <lu_zero@gentoo.org> (2018-08-12)
# grub pc is not supported on powerpc
sys-boot/grub:2 grub_platforms_pc grub_platforms_efi-32 grub_platforms_efi-64 grub_platforms_xen grub_platforms_xen-pvh

# Tomáš Mózes <hydrapolic@gmail.com> (2018-06-05)
# Unkeyworded dependencies.
app-admin/syslog-ng kafka mongodb

# Anthony G. Basile <blueness@gentoo.org> (2018-04-14)
# net-vpn/tor, tests are broken on ppc/ppc64, bug #653098
net-vpn/tor test

# Matthias Maier <tamiko@gentoo.org> (2018-03-18)
# dev-libs/capstone not keyworded
app-emulation/qemu capstone

# Andreas Sturmlechner <asturm@gentoo.org> (2018-03-02)
# Requires unkeyworded deps
>=dev-python/ipython-5.4.1 qt5

# Amy Liffey <amynka@gentoo.org> (2018-01-21)
# dev-libs/cereal not keyworded for ppc
media-libs/opencv contribdnn
media-plugins/frei0r-plugins facedetect

# Robin H. Johnson <robbat2@gentoo.org> (2017-11-10)
# Masked for dependencies:
# - media-libs/virglrenderer: pending keywording
app-emulation/qemu virgl

# Michael Palimaka <kensington@gentoo.org> (2017-09-30)
# Required dependencies are not keyworded.
x11-themes/qtcurve plasma

# Jonathan Scruggs <j.scruggs@gmail.com> (2017-09-23)
# dependencies not keyworded yet
media-libs/openimageio ptex

# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2017-08-22)
# Dictionary Manager requires unkeyworded dev-qt/qtwebengine.
app-i18n/fcitx-libpinyin dictionary-manager

# Göktürk Yüksek <gokturk@gentoo.org> (2017-08-15)
# Requires java
app-forensics/sleuthkit java

# Michał Górny <mgorny@gentoo.org> (2017-08-10)
# Requires USE=ipmi which is masked in this profile.
sys-power/nut ups_drivers_nut-ipmipsu

# Michał Górny <mgorny@gentoo.org> (2017-08-08)
# Requires USE=opencl that is masked in this profile.
net-misc/bfgminer adl lm-sensors

# Michał Górny <mgorny@gentoo.org> (2017-03-24)
# libcxx fails to compile on ppc*, #595744.
sys-devel/clang-common default-libcxx
sys-devel/clang-runtime libcxx

# James Le Cuirot <chewi@gentoo.org> (2016-12-14)
# DOSBox + OpenGLide is untested on this arch.
games-emulation/dosbox glide

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

# Michael Palimaka <kensington@gentoo.org> (2016-07-07)
# Requires unkeyworded dependencies
dev-vcs/subversion kwallet
net-irc/quassel kde
net-libs/libproxy kde
sys-auth/polkit kde
sys-block/gparted kde
virtual/notification-daemon kde

# Pacho Ramos <pacho@gentoo.org> (2015-11-15)
# Missing keywords
media-sound/rhythmbox upnp-av

# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2015-10-26)
# x11-drivers/xf86-video-amdgpu is not keyworded
x11-base/xorg-drivers video_cards_amdgpu

# Gilles Dartiguelongue <eva@gentoo.org> (2015-06-10)
# net-libs/dleyna lack ppc/ppc64 keyword, bug #551634
>=media-plugins/grilo-plugins-0.2.14 upnp-av

# Pacho Ramos <pacho@gentoo.org> (2015-05-15)
# Missing keywords
net-dns/unbound dnstap

# Mark Wright <gienah@gentoo.org> (2014-12-14/2014-12-24, 2015-04-01)
# test dependencies need keywording
dev-haskell/dlist test
dev-haskell/haskell-src-exts test

# Anthony G. Basile <blueness@gentoo.org> (2014-08-16)
# Ultimately pulls in nodejs which is broken.
dev-ruby/sprockets test

# Anthony G. Basile <blueness@gentoo.org> (2014-08-15)
# Ultimately pulls in nodejs which is broken.
dev-ruby/haml test

# Anthony G. Basile <blueness@gentoo.org> (2014-08-14)
# Mask these flags since mongodb is broken on ppc/ppc64
dev-python/ipython doc nbconvert notebook

# Anthony G. Basile <blueness@gentoo.org> (2014-08-12)
# Ultimately pulls in nodejs which is broken.
dev-ruby/actionpack test

# Anthony G. Basile <blueness@gentoo.org> (2014-08-12)
# Pulls in ceph which is broken.  Masked per dev-zero.
sys-block/fio rbd

# Andreas K. Huettel <dilfridge@gentoo.org> (2014-06-14)
# dependency sci-libs/vtk not keyworded on ppc yet, bug #778293
sci-mathematics/maxima vtk
media-libs/opencv vtk

# Pacho Ramos <pacho@gentoo.org> (2013-02-22)
# Missing keywords, bug #495250
>=gnome-base/gnome-extra-apps-3.10 tracker

# Pacho Ramos <pacho@gentoo.org> (2013-11-28)
# Missing keywords, bug #492820
net-im/telepathy-connection-managers sipe

# Pacho Ramos <pacho@gentoo.org> (2013-10-31)
# Missing keywords, bug #478254
gnome-base/gnome classic extras

# Agostino Sarubbo <ago@gentoo.org> (2013-08-24)
# Klibc does not work anymore on ppc
app-shells/mksh static

# Pacho Ramos <pacho@gentoo.org> (2013-07-20)
# Keywords pending, bug #476710
>=gnome-base/gnome-extra-apps-3.8 games

# Agostino Sarubbo <ago@gentoo.org> (2013-04-23)
# dev-db/spatialite fails to compile on ppc*
sci-libs/gdal spatialite

# Julian Ospald <hasufell@gentoo.org> (2013-03-31)
# depends on mono/monodevelop
>=net-irc/hexchat-2.9.4-r1 theme-manager

# Alexandre Rostovtsev <tetromino@gentoo.org> (2013-01-22)
# remove mask if/when media-gfx/argyllcms is keywored here.
x11-misc/colord argyllcms extra-print-profiles

# Anthony G. Basile <blueness@gentoo.org> (2012-11-15)
# Mask telepathy, no stable net-libs/telepathy-qt, bug #441456
net-im/choqok telepathy

# Samuli Suominen <ssuominen@gentoo.org> (2012-09-27)
# I don't want to open this can of worms yet. Feel free
# to do so.
dev-ruby/rack-test test

# Anthony G. Basile <blueness@gentoo.org> (2012-08-21)
# Does not work on ppc/ppc64
net-vpn/tor tor-hardening

# Pacho Ramos <pacho@gentoo.org> (2012-05-07)
# libhid is not keyworded
app-misc/lcdproc lcd_devices_mdm166a

# Brent Baude <ranger@gentoo.org> (2012-03-06)
# masking wimax use flag
net-misc/connman ofono

# Alexey Shvetsov <alexxy@gentoo.org> (2012-01-20)
# Mask some use flags for openmpi due to unkeyworded deps
sys-cluster/openmpi openmpi_fabrics_knem openmpi_fabrics_ofed openmpi_ofed_features_rdmacm openmpi_ofed_features_control-hdr-padding openmpi_ofed_features_udcm openmpi_ofed_features_dynamic-sl

# Patrick McLean <chutzpah@gentoo.org> (2011-09-07)
# missing keywords on dependencies
media-video/x264-encoder ffmpegsource

# Doug Goldstein <cardoe@gentoo.org> (2011-05-27)
# app-emulation/spice, app-emulation/xen, and sys-cluster/ceph
# are not keyworded. bug #368959
# sys-apps/usbredir
app-emulation/qemu     spice xen rbd usbredir

# Sebastian Pipping <sping@gentoo.org> (2011-02-22)
# No media-sound/lilypond here, yet (bug #356069)
app-text/asciidoc test

# Alexey Shvetsov <alexxy@gentoo.org> (2010-08-22)
# sci-chemistry/msms not available for this arch
sci-chemistry/vmd msms

# Alexey Shvetsov <alexxy@gentoo.org> (2010-02-23)
# media-gfx/tachyon needed to be keyworded per bug #306549
sci-chemistry/vmd tachyon

# Pacho Ramos <pacho@gentoo.org>
# Not keyworded
media-plugins/gst-plugins-meta dts vcd

# QA: This entry is moved from INVALID location from default/linux/powerpc.
# VDPAU is currently not keyworded on PPC since its a nvidia-drivers feature
# only presently. If other drivers support it in the future, then this can
# get unmasked
media-tv/mythtv vdpau

# Brent Baude <ranger@gentoo.org>
# masking zephyr USE on pidgin
net-im/pidgin zephyr