summaryrefslogtreecommitdiff
path: root/profiles/base/package.use.mask
blob: fbcf23d6eee7b79c5819ce12d6b1aee929c2b144 (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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# New entries go on top.

# This file is only for generic masks. For arch-specific masks (i.e.
# mask everywhere, unmask on arch/*) use arch/base.

# Matt Turner <mattst88@gentoo.org> (2022-09-26)
# Requires nautilus-43.0 which is not in tree yet.
>=x11-terms/gnome-terminal-3.46 nautilus

# Pascal Jaeger <pascal.jaeger@leimstift.de> (2022-09-21)
# Versions >=43.0 of evince only work with <gnome-base/nautilus-42.2.
# Allowing that use flag for >=43.0 would stop users from updating nautilus
>=app-text/evince-43.0 nautilus

# Yiyang Wu <xgreenlandforwyy@gmail.com> (2022-09-21)
# Intolerable mathematical errors found on AMD Radeon VII GPU during src_test,
# may lead to incorrect results in computation.
# https://github.com/ROCmSoftwarePlatform/rocFFT/issues/369
=sci-libs/rocFFT-5.1.3 amdgpu_targets_gfx906
=sci-libs/hipFFT-5.1.3 amdgpu_targets_gfx906

# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-09-17)
# po4a crashes while translating
# mask for now
=dev-util/schroot-1.6.13_p2 nls

# Sam James <sam@gentoo.org> (2022-09-15)
# Doesn't work on e.g. glibc systems. Unmasked on the LLVM profiles.
# It doesn't matter much as llvm-libunwind has different semantics
# to other packages, i.e. -llvm-libunwind doesn't force use of sys-libs/libunwind
# on glibc, so it doesn't prevent usage of llvm-libunwind for other packages.
# bug #870211.
dev-lang/rust llvm-libunwind

# Matt Jolly <Matt.Jolly@footclan.ninja> (2022-09-09)
# app-antivirus/clamav JIT support requires LLVM <=13
# ebuild support is there but currently failing to link
app-antivirus/clamav jit

# Sam James <sam@gentoo.org> (2022-09-06)
# Incompatible with merged-usr and is a fundamentally flaky approach.
# - app-arch/lbzip2: bug #868318 (possible solution in bug #868651)
# - app-arch/pigz: bug #868312 (possible solution in bug #868648)
# It's suggested that users who want this feature use a wrapper
# script in /usr/local (or otherwise on PATH), or configure tools
# like tar to use lbzip2 & pigz respectively using EXTRA_ECONF.
app-arch/lbzip2 symlink
app-arch/pbzip2 symlink
app-arch/pigz symlink

# Sam James <sam@gentoo.org> (2022-08-26)
# Broken at runtime for now (bug #865113).
sys-devel/binutils gprofng

# Matthew Smith <matthew@gentoo.org> (2022-08-19)
# Upstream recommends that tbb be built with a patch to avoid bugs.
# https://github.com/rui314/mold/releases/tag/v1.4.1
sys-devel/mold system-tbb

# John Helmert III <ajak@gentoo.org> (2022-08-14)
# libaacplus is last rited
media-sound/darkice aacplus

# John Helmert III <ajak@gentoo.org> (2022-08-14)
# slurm is last rited
app-metrics/collectd collectd_plugins_slurm
sys-cluster/openmpi openmpi_rm_slurm

# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-08-13)
# PyQt6/PySide6 are masked for testing
dev-python/QtPy pyqt6 pyside6

# Joonas Niilola <juippis@gentoo.org> (2022-08-02)
# Doesn't compile with 'Xaw3d' use flag, #849947.
app-text/xdvik Xaw3d

# Joonas Niilola <juippis@gentoo.org> (2022-07-13)
# Depends on an older enigmail that only supports python2, which is
# being removed soon. #758344
www-client/seamonkey crypt

# Sam James <sam@gentoo.org> (2022-07-10)
# TBB support is deprecated/broken upstream, needs older version,
# and upstream are inclined to remove it entirely. bug #820827.
sci-physics/bullet tbb

# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-07-03)
# miri is known to be broken on release builds from time to time
# most of the time it requires nightly (real nightly) compiler.
# please unmask as needed, may require patching
>=dev-lang/rust-1.62.0 miri

# James Le Cuirot <chewi@gentoo.org> (2022-06-25)
# This flag concerns an x86-specific problem.
sys-libs/glibc stack-realign
sys-libs/ncurses stack-realign

# Matt Turner <mattst88@gentoo.org> (2022-06-21)
# Depends on old spidermonkey:68. Upstream recommends using Duktape or Webkit
# for PAC parsing. See https://github.com/libproxy/libproxy/pull/139
>=net-libs/libproxy-0.4.18 spidermonkey

# Maciej Barć <xgqt@gentoo.org> (2022-05-31)
# "doc" require old version of dev-python/antlr4-python3-runtime (4.9.3)
# and dev-python/sphinx (4.4.0), both already removed from the repository tree
# Upstream bug: https://github.com/coq/coq/issues/15956
>=sci-mathematics/coq-8.15.0 doc

# Stephan Hartmann <sultan@gentoo.org> (2022-05-29)
# Not ready for general use.
>=www-client/chromium-104 pgo

# Michał Górny <mgorny@gentoo.org> (2022-05-25)
# dev-python/sphinxcontrib-openapi is masked for removal.
dev-python/jupyter_server doc

# Joonas Niilola <juippis@gentoo.org> (2022-05-03)
# system-python-libs is HIGHLY EXPERIMENTAL according to upstream, and
# still being worked on in Gentoo.
>=mail-client/thunderbird-100.0 system-python-libs
>=www-client/firefox-100.0 system-python-libs

# Piotr Karbowski <slashbeast@gentoo.org> (2022-04-29)
# There's a bug with gnutls support leading TLS certificates
# validation failures on some certificates that are otherwise valid.
# https://github.com/aria2/aria2/issues/1636
net-misc/aria2 gnutls

# Matt Turner <mattst88@gentoo.org> (2022-03-25)
# Depends on libsoup:3.0
>=gnome-base/gvfs-1.50 http

# Craig Andrews <candrews@gentoo.org> (2022-03-25)
# Requires as of yet unreleased QUIC support in OpenSSL
net-libs/ngtcp2 openssl

# Sam James <sam@gentoo.org> (2022-03-02)
# Needs masked version of ogre (>=1.12), bug #825330
>=dev-games/mygui-3.4.1 ogre

# Marek Szuba <marecki@gentoo.org> (2022-02-07)
# Deprecated back-end with known stability and data-corruption issues,
# likely to be removed in gramps-5.2.0.
app-misc/gramps berkdb

# Jason A. Donenfeld <zx2c4@gentoo.org> (2022-02-04)
# We're still ironing out some kinks and writing documentation for
# this feature, so keep masked for now.
media-video/pipewire system-service
media-video/wireplumber system-service

# Sam James <sam@gentoo.org> (2021-01-24)
# USE=custom-cflags is _particularly_ dangerous on sys-libs/glibc and
# can result in not just build-time failures for glibc itself, but
# runtime crashes. The effect of using USE=custom-cflags globally in make.conf
# isn't the same as it is for just glibc specifically.
sys-libs/glibc custom-cflags
sys-devel/gcc custom-cflags

# Sam James <sam@gentoo.org> (2022-01-12)
# Unmask PCH for now for GCC to avoid unnecessary rebuilds
# (USE=pch is now use.mask-ed globally)
<sys-devel/gcc-10.4:10 -pch
=sys-devel/gcc-9* -pch
=sys-devel/gcc-8* -pch

# John Helmert III <ajak@gentoo.org> (2021-12-31)
# Rizin tests require a tarball of binaries of ambiguous license.
# As such, we cannot properly test it, so mask the flag until this
# situation is resolved.
dev-util/rizin test

# Sam James <sam@gentoo.org> (2021-12-27)
# Doc building is broken and no new releases in a long time.
# bug #830013
sci-libs/flann doc

# Joonas Niilola <juippis@gentoo.org> (2021-12-20)
# Broken, upstream issue/PR open since 2021-05 without reply.
# Gentoo bug #821253
media-video/mjpg-streamer http-management

# Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> (2021-12-01)
# Requires pandoc, which is unstable due to various haskell dependencies
# (including ghc)
>=sys-apps/exa-0.10.1 man

# Sam James <sam@gentoo.org> (2021-11-26)
# Needs unpackaged asciidoctor-pdf for now
# bug #827290
>=app-doc/kicad-doc-6.0.0_rc1 pdf

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-11-23)
# pdfannotextractor gets masked as it does not support
# updated dev-java/pdfbox-2.0.24, Bug #803488
app-text/texlive pdfannotextractor

# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-10-16)
# openjfx for openjdk17 is not yet available
dev-java/openjdk:17 javafx

# Sam James <sam@gentoo.org> (2021-10-16)
# Fails to compile, bug #787134
=sys-fs/dd-rescue-1.99.11 cpu_flags_x86_avx2

# Marek Szuba <marecki@gentoo.org> (2021-10-10)
# Legacy interface that depends on dev-libs/libx86 and specific kernel
# headers, both of which are only available on certain arches.
x11-misc/read-edid vbe-mode

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-10-09)
# ld.gold is essentially abandoned; using it as default may have
# unintended consequences. Disabling this feature in future ebuilds.
>sys-devel/binutils-2.37_p1 default-gold
>sys-devel/binutils-hppa64-2.37_p1 default-gold

# Georgy Yakovlev <gyakovlev@gentoo.org> (2021-10-07)
# parallel-compiler feature is not tested by upstream
# and is not recommended for general usage and may silently
# miscompile code if used (unlikely, but not impossible)
# feel free to unmask, but be prepared to deal with possible bugs
# https://bugs.gentoo.org/813954
# https://github.com/rust-lang/rust/issues/89108
dev-lang/rust parallel-compiler

# Stephan Hartmann <sultan@gentoo.org> (2021-09-16)
# Uses a function that is not available in media-video/ffmpeg.
>=www-client/chromium-94 system-ffmpeg

# Petr Vanek <arkamar@atlas.cz> (2021-09-12)
# rspamd-3.0 segfaults a lot with jemalloc enabled (Bug #810337)
# It is caused by -Wl,--as-needed linker flag,
# see also: https://github.com/rspamd/rspamd/issues/3871
>=mail-filter/rspamd-3.0 jemalloc

# Matt Turner <mattst88@gentoo.org> (2021-08-28)
# Mask experimental options.
gui-libs/gtk ffmpeg vulkan

# Sam James <sam@gentoo.org> (2021-07-24)
# USE=exec-static-trampoline can break consumers due to
# faulty assumptions. Masked for now due to the possibility
# of breaking systems.
# https://archives.gentoo.org/gentoo-dev/message/576259af17d008d4ec935f69a9049af7
# bug #801109
dev-libs/libffi exec-static-trampoline

# Marek Szuba <marecki@gentoo.org> (2021-07-14)
# Makes two tests fail (when linked against openmpi, at least) due to
# incorrect implementation of either MPI support itself or said tests:
# - example_drv_facto0_d_reentrant tries to initialise MPI more than once,
# - test_bvec_gemv_tests calls MPI_Query_thread() after invocation of MPI_FINALIZE.
# This might be a problem with pastix-5 as well but those versions have
# got very limited test coverage so even if the problem is there, it
# doesn't trigger test failures.
>=sci-libs/pastix-6.0.0 mpi

# Alfredo Tupone <tupone@gentoo.org> (2021-06-27)
# lto does not work on dev-lang/gnat-gpl-2021
dev-lang/gnat-gpl:10 lto

# Mike Gilbert <floppym@gentoo.org> (2021-06-14)
# Avoid running failing tests by default.
sys-kernel/dracut test

# Michał Górny <mgorny@gentoo.org> (2021-05-31)
# Requires Python 3.7 and old SciPy.
<sys-cluster/ceph-16 diskprediction

# Andreas Sturmlechner <asturm@gentoo.org> (2021-05-09)
# Dependency requires sys-apps/systemd. Will only be unmasked in systemd target.
kde-plasma/plasma-meta firewall

# Joonas Niilola <juippis@gentoo.org> (2021-04-12)
# Creates +130 GB worth of bindings, possibly Gentoo-related.
# Upstream issue: https://phab.enlightenment.org/T8924
dev-libs/efl mono

# Sam James <sam@gentoo.org> (2021-04-09)
# Crashes at runtime.
# Mask LTO for now until issue with Qt
# (to be resolved in Wireshark?) is resolved
# bug #754021
net-analyzer/wireshark lto

# Sam James <sam@gentoo.org> (2021-04-09)
# Fails to build right now
# bug #651740
net-misc/openssh debug

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

# Sam James <sam@gentoo.org> (2021-02-07)
# Fails to build with USE=doc for now.
# Needs rework to use Python eclasses
# for conditional doc dependencies.
# bug #759523
sci-libs/gdal doc

# Lars Wendler <polynomial-c@gentoo.org> (2021-01-26)
# Fails to build:
#
#   TEST-UNEXPECTED-FAIL | check_nsmodules | libxul.so | NSModules are not ordered appropriately
#
www-client/seamonkey lto

# Lars Wendler <polynomial-c@gentoo.org> (2021-01-26)
# Upstream considers this module being a high security risk
# http://httpd.apache.org/docs/current/mod/mod_lua.html
www-servers/apache apache2_modules_lua

# Brian Evans <grknight@gentoo.org> (2021-01-07)
# Block test deps on packages until they can be updated
# Old phpunit does not work with new PHP and last is vulnerable
<dev-php/PEAR-Crypt_GPG-1.6.4 test
dev-php/PEAR-Text_Wiki_Mediawiki test
dev-php/PEAR-VersionControl_SVN test
dev-php/PHP_CodeSniffer test
dev-php/php-redmine-api test
dev-php/phptal test
dev-php/recaptcha test
dev-php/symfony-config test
dev-php/symfony-event-dispatcher test
dev-php/symfony-filesystem test
dev-php/symfony-finder test

# Sam James <sam@gentoo.org> (2021-01-04)
# Doc generation is broken, needs gtkdoc-mktmpl (gone from gtk-doc)
# bug #723438
app-i18n/enca doc

# Rick Farina <zerochaos@gentoo.org> (2020-12-21)
# This use flag enables code which appears to be broken
net-wireless/gr-osmosdr xtrx

# Michał Górny <mgorny@gentoo.org> (2020-12-18)
# app-text/ots is masked for removal.  Bug #648964.
app-office/abiword ots

# Matt Turner <mattst88@gentoo.org> (2020-12-05)
# Relies on gtkdoc-mktmpl which was removed from gtk-doc-1.26
# Bug #740690
x11-libs/colord-gtk doc

# Michał Górny <mgorny@gentoo.org> (2020-12-04)
# Mask the experimental targets in release ebuilds.
# Note to self: remember to move still-applicable masks to the newer
# version when master is bumped.
<dev-ml/llvm-ocaml-14 llvm_targets_VE
<sys-devel/clang-14 llvm_targets_VE
<sys-devel/llvm-14 llvm_targets_VE
<dev-ml/llvm-ocaml-16 llvm_targets_ARC llvm_targets_CSKY
<sys-devel/clang-16 llvm_targets_ARC llvm_targets_CSKY
<sys-devel/llvm-16 llvm_targets_ARC llvm_targets_CSKY
<dev-ml/llvm-ocaml-16 llvm_targets_DirectX llvm_targets_LoongArch
<sys-devel/clang-16 llvm_targets_DirectX llvm_targets_LoongArch
<sys-devel/llvm-16 llvm_targets_DirectX llvm_targets_LoongArch
<dev-ml/llvm-ocaml-16 llvm_targets_M68k llvm_targets_SPIRV
<sys-devel/clang-16 llvm_targets_M68k llvm_targets_SPIRV
<sys-devel/llvm-16 llvm_targets_M68k llvm_targets_SPIRV

# Marek Szuba <marecki@gentoo.org> (2020-11-30)
# Vendored therecipe/qt violates network sandbox + uses external binary
# Qt libraries; see https://github.com/ProtonMail/proton-bridge/issues/16
# The qt module itself apparently can be made to build against system Qt5
# but making it do so while vendored is a non-trivial task.
mail-mta/proton-mail-bridge gui

# Michał Górny <mgorny@gentoo.org> (2020-09-27)
# The respective dependencies are masked for removal.
net-im/telepathy-connection-managers gadu icq meanwhile steam yahoo

# Joonas Niilola <juippis@gentoo.org> (2020-09-23)
# Highly experimental, may cause breakages when updating. Use with
# caution!
dev-libs/efl efl-one

# Michał Górny <mgorny@gentoo.org> (2020-09-09)
# The respective dependencies are masked for removal.
app-metrics/collectd collectd_plugins_onewire

# Thomas Deutschmann <whissi@gentoo.org> (2020-08-17)
# Only supported on 64bit systems, see storage/columnstore/CMakeLists.txt
dev-db/mariadb columnstore

# Brian Dolbec <dolsen@gentoo.org> (2020-07-20)
# Required dependencies are not yet in the Gentoo ebuild tree
# Please file a bug if this feature is needed
dev-python/autobahn xbr

# Stephan Hartmann <stha09@googlemail.com> (2020-06-28)
# Mostly intended for development and not for general use.
>=www-client/chromium-84 headless

# Mikle Kolyada <zlogene@gentoo.org> (2020-06-21)
# Multiple runtime crashes, see bug #724672
media-gfx/inkscape jemalloc

# Stephan Hartmann <stha09@googlemail.com> (2020-16-06)
# Mostly intended for debugging and development,
# not recommended for general use. Build is also often
# broken.
www-client/chromium component-build

# Ben Kohler <bkohler@gentoo.org> (2020-04-29)
# Dependency pam_wrapper missing for tests, and RESTRICT=test is already set
net-fs/samba test

# Mike Gilbert <floppym@gentoo.org> (2020-04-23)
# Tests are very sensitive to the host environment.
dev-util/meson test

# Alfredo Tupone <tupone@gentoo.org> (2020-04-04)
# Ada support is not yet ready for sys-devel/gcc
sys-devel/gcc ada

# Michał Górny <mgorny@gentoo.org> (2020-03-28)
# Requires masked dev-vcs/bzr.  Remove the mask if breezy is packaged
# and the package is confirmed to work with it.
<=dev-util/rosinstall-0.7.8 test
<=dev-util/wstool-0.1.18 test

# Guilherme Amadio <amadio@gentoo.org> (2020-03-16)
# Requires dev-libs/cudnn which is only available on amd64
sci-physics/root cudnn

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

# Rick Farina <zerochaos@gentoo.org> (2020-02-26)
# dev-python/pyzmq USE=doc deps are not met with python2_7
dev-python/pyzmq doc

# Alexey Shvetsov <alexxy@gentoo.org> (2019-12-24)
# Gromacs python module install br0ken
sci-chemistry/gromacs python

# Michał Górny <mgorny@gentoo.org> (2019-12-16)
# Requires old x11-libs/fox:1.6 slot.
dev-games/openscenegraph fox
dev-libs/hidapi fox
sci-mathematics/gsl-shell fox

# Michał Górny <mgorny@gentoo.org> (2019-12-04)
# Packages requiring dev-python/ipython to build the docs and still
# supporting Python 2.7.  This can be resolved long term via either
# using any-r1 API to build docs or cond-deps.
dev-python/matplotlib doc
dev-python/pandas doc
dev-python/pandas-datareader doc
dev-python/statsmodels doc

# Haelwenn (lanodan) Monnier <contact@hacktivis.me> (2019-12-01)
# broken static-linking in glibc and maybe others
>app-shells/mksh-57-r1 static

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-07-14)
# Upstream plans to drop libcrypt.so.1/crypt.h from glibc
# distribution and rely on external providers like libxcrypt.
# Here we are following that path too.
>=sys-libs/glibc-2.33-r2 crypt
<sys-libs/libxcrypt-4.4.23-r1 split-usr system

# Craig Andrews <candrews@gentoo.org> (2019-09-12)
# OpenSSL (as of version 1.1.1) doesn't have APIs for QUIC support
# see https://github.com/openssl/openssl/pull/8797
net-libs/ngtcp2 ssl
net-misc/curl nghttp3

# Thomas Deutschmann <whissi88@gentoo.org> (2019-09-02)
# PGO not yet supported for comm-central, bug #693160
>=mail-client/thunderbird-68 pgo

# Matt Turner <mattst88@gentoo.org> (2019-09-01)
# <dev-scheme/guile-2 is package.mask'd
www-client/elinks guile

# Kent Fredric <kentnl@gentoo.org> (2019-08-07)
# Newer versions of nqp need newer versions of jdk to run on the jvm,
# but these currently don't exist in gentoo. The USE flags have to be
# kept around for dependency reasons from rakudo and friends.
>=dev-lang/nqp-2019.07 java

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

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

# Ulrich Müller <ulm@gentoo.org> (2019-05-18)
# Firmware images without a known license. Most likely, upstream
# redistribution may conflict with the licenses or lack thereof
# on the images. Check the WHENCE file in the package for specific
# terms. Masked to prevent accidental installation of these files,
# bug #318841#c20.
sys-kernel/linux-firmware unknown-license

# Virgil Dupras <vdupras@gentoo.org> (2019-04-29)
# Docs are temporarily broken. See bug #680014
dev-python/pandas doc

# Ulrich Müller <ulm@gentoo.org> (2019-04-25)
# Pulls in media-fonts/kochi-substitute as dependency, which allows
# only non-commercial distribution and can therefore not be included
# with Gentoo install media. Mask the l10n_ja flag until a better
# solution is found, e.g., transition to a free font package.
app-text/ghostscript-gpl l10n_ja

# Georgy Yakovlev <gyakovlev@gentoo.org> (2019-03-05)
# Not keyworded on non-x86 arches
app-admin/conserver freeipmi

# William Hubbs <williamh@gentoo.org> (2019-01-13)
# For memtest86+ mask the floppy use flag since it requires grub:0 which
# is being removed
# (bug #674364)
sys-apps/memtest86+ floppy

# Alfredo Tupone <tupone@gentoo.org> (2018-11-18)
# go brokes build of gnat-gpl
dev-lang/gnat-gpl go

# Alfredo Tupone <tupone@gentoo.org> (2018-10-24)
# jit brokes build of gnat-gpl
dev-lang/gnat-gpl jit

# Virgil Dupras <vdupras@gentoo.org> (2018-09-26)
# Server feature in paramiko is patched out for security reasons. It can
# be re-enabled with the 'server' USE flag, but this flag is hard
# masked. bug #666619
dev-python/paramiko server

# Andreas K. Hüttel <dilfridge@gentoo.org> (2018-08-03)
# New and for Gentoo still quite experimental. You've been
# warned. (Also, works only on x86_64 and with certain CPUs
# and compiler/binutils combinations.)
sys-devel/binutils cet
sys-devel/binutils-hppa64 cet
sys-devel/gdb cet
sys-libs/binutils-libs cet
sys-libs/glibc cet
sys-devel/gcc cet

# Michał Górny <mgorny@gentoo.org> (2018-06-13)
# Requires app-arch/snappy[static-libs] that is no longer available.
# Bug #651606.
sys-block/fio static

# Michał Górny <mgorny@gentoo.org> (2018-05-16)
# Depends on last-rited sci-libs/coinhsl.
sci-libs/ipopt hsl

# Lars Wendler <polynomial-c@gentoo.org> (2018-03-14)
# sys-cluster/ceph is only available on amd64 & x86, unmask per arch
net-fs/samba ceph

# Jan Ziak <0xe2.0x9a.0x9b@gmail.com> (2018-03-14)
# media-libs/svgalib is not keyworded everywhere
app-emulation/fuse backend-svga

# Brian Evans <grknight@gentoo.org> (2018-03-05)
# Mask embedded USE on virtual/mysql and friends to transition it to be obsolete
virtual/mysql embedded

# Brian Evans <grknight@gentoo.org> (2018-02-28)
# Mask client-libs USE to force users to install alternative standard pacakges
dev-db/mariadb client-libs
dev-db/mysql client-libs

# Andreas K. Hüttel <dilfridge@gentoo.org> (2018-02-02)
# This feature is not ready yet pre-2.29-r4, see bug #146882 comment 26
<sys-libs/glibc-2.29-r4 compile-locales

# Mart Raudsepp <leio@gentoo.org> (2018-01-10)
# Failing tests, with extra deps that aren't keyworded due to that
>=gnome-base/gnome-settings-daemon-3.24 test

# Andrey Utkin <andrey_utkin@gentoo.org> (2017-12-29)
# This flag can be sensibly enabled only on macos.
# Can be unmasked in prefix/darwin/macos profiles. Bug #637482
media-video/ffmpeg appkit

# Andreas K. Huettel <dilfridge@gentoo.org> (2017-09-09)
# Potentially destructive. Use it only if you know what you're doing.
sys-libs/glibc vanilla

# Michael Orlitzky <mjo@gentoo.org> (2017-08-24)
# This is a security risk if not used carefully, bug #628596.
net-analyzer/nrpe command-args

# Michał Górny <mgorny@gentoo.org> (2017-08-04)
# sys-kernel/openvz-sources is being treecleaned wrt bug #580516.
app-emulation/libvirt openvz

# Mike Gilbert <floppym@gentoo.org> (2017-07-09)
# Matthias Dahl <matthias.dahl@binary-island.eu> (2017-07-05)
# Both are not your typical garden-variety Linux programs and are
# rather sensitive when it comes to compiler flags, resulting in
# black screens, hangs or crashes. The average joe should have no
# need or even advantage to set custom compiler flags at all.
# Example: bug #619628
sys-boot/gnu-efi custom-cflags
sys-boot/refind custom-cflags

# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-29)
# Does not build
sci-libs/linux-gpib php

# Michał Górny <mgorny@gentoo.org> (2017-05-15)
# Mask ruby20-only compatible packages
~media-libs/libcaca-0.99_beta19 ruby

# Matthias Maier <tamiko@gentoo.org> (2017-05-11)
# Globally mask pie use flag. Selectively unmask on specific profiles.
sys-devel/gcc pie

# Mike Gilbert <floppym@gentoo.org> (2017-02-16)
# Multiple test failures.
sys-boot/grub:2 test

# Lars Wendler <polynomial-c@gentoo.org> (2017-01-19)
# Masked until system heimdal can finally be used with AD DC
net-fs/samba system-heimdal

# Robin H. Johnson <robbat2@gentoo.org> (2016-12-04)
# Additional HAProxy functionality waiting for related stuff to land in the
# tree.
# bug (none) - 51Degrees
net-proxy/haproxy 51degrees
# bug (none) - WURFL
net-proxy/haproxy wurfl

# Pacho Ramos <pacho@gentoo.org> (2016-11-27)
# Not rely on monodevelop, bug #596656
# dev-dotnet/zeitgeist-sharp is going to be removed, bug #582894
net-irc/hexchat theme-manager

# Ulrich Müller <ulm@gentoo.org> (2016-10-15)
# The --with-cairo option is considered as experimental by upstream
# and causes problems with updating the X window, bug #592238
app-editors/emacs:25 cairo
app-editors/emacs:26 cairo

# Matthew Brewer <tomboy64@sina.cn> (2016-06-02)
# Currently broken upstream.
>=dev-lang/rakudo-2016.05 java

# Mike Frysinger <vapier@gentoo.org> (2016-05-08)
# Most targets do not support VTV, bug #547040.
sys-devel/gcc vtv

# Matthew Brewer <tomboy64@sina.cn> (2016-05-08)
# Acked-by: Amy Liffey <amynka@gentoo.org>
# Upstream supports using Clang's address sanitizer, but apparently
# invokes it wrong.
dev-lang/moarvm asan

# James Le Cuirot <chewi@gentoo.org> (2016-04-10)
# Slower and less reliable than HotSpot and we don't support Java on
# any non-HotSpot platforms. Don't unmask these unless you know what
# you're doing. This has upstream's approval.
dev-java/icedtea cacao jamvm

# Rick Farina <zerochaos@gentoo.org> (2015-10-06)
# forward porting this patch is non-trivial, mask for now
>=net-wireless/wpa_supplicant-2.5 wimax

# Mike Gilbert <floppym@gentoo.org> (2015-05-16)
# dev-lang/python[berkdb] fails with recent multilib sys-libs/db (bug 519584).
dev-lang/python berkdb

# Lars Wendler <polynomial-c@gentoo.org> (2015-03-19)
# >=games-strategy/freeciv-2.5.0 requires >=dev-lang/lua-5.2
games-strategy/freeciv system-lua

# Andrew Savchenko <bircoph@gentoo.org> (2015-02-11)
# Cluster code is still under development, only base functionality
# is implemented. Masking for testing and evaluation.
app-admin/clsync cluster mhash

# Brian Evans <grknight@gentoo.org> (2014-11-29)
# Strongly recommened by upstream to disable lzo and zlib due to memory leaks
# https://github.com/groonga/groonga/issues/6 (Japanese)
app-text/groonga lzo zlib

# Jeroen Roovers <jer@gentoo.org> (2014-11-18)
# Requires dev-lang/lua-5.2 (bug #253269)
net-analyzer/nmap system-lua

# Mike Frysinger <vapier@gentoo.org> (2014-10-21)
# Most targets do not support ASAN/etc... #504200.
sys-devel/gcc sanitize

# Mike Frysinger <vapier@gentoo.org> (2014-02-03)
# Upstream says to not use this for now.
dev-libs/elfutils threads

# Gilles Dartiguelongue <eva@gentoo.org> (2013-12-23)
# Gstreamer support fails to build due to libtool shortcomings when using
# an intermediate library as a dependency of another libtool target dependency.
# Since this is new and unused yet, keep it masked for now and check
# with upstream if there is something that can be done to fix the issue.
media-libs/cogl gstreamer

# Julian Ospald <hasufell@gentoo.org> (2013-08-31)
# Randomly breaks consumers at runtime. Do not report
# gentoo bugs.
media-libs/libsdl2 custom-cflags

# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (2013-07-13)
# GL/GLES support in cairo is mutually exclusive, bug #428770.
x11-libs/cairo gles2-only

# Kacper Kowalik <xarthisius@gentoo.org> (2013-05-19)
# Fails to build, haven't had time to debug
app-doc/doxygen sqlite

# Bernard Cafarelli <voyageur@gentoo.org> (2013-04-04)
# Broken for now (segmentation fault on play)
gnustep-apps/cynthiune flac

# Richard Freeman <rich0@gentoo.org> (2013-03-24)
# Dependency is masked for buffer overflows for now
dev-python/pyocr cuneiform

# Tom Wijsman <TomWij@gentoo.org> (2013-03-10)
# Experimental, masked until it compiles and works.
media-libs/avidemux-core system-ffmpeg

# Jory A. Pratt <anarchy@gentoo.org> (2012-12-15)
# PGO is known to be busted with most configurations
www-client/firefox pgo

# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-27)
# The libpci access is only used for linux.
net-analyzer/net-snmp pci

# Diego Elio Pettenò <flameeyes@gentoo.org> (2012-08-20)
# The prevent-removal USE flag is only implemented for Linux.
sys-auth/pam_mktemp prevent-removal

# Bernard Cafarelli <voyageur@gentoo.org> (2012-02-08)
# libobjc2/clang experimental support
>=gnustep-base/gnustep-make-2.6.2 libobjc2

# Samuli Suominen <ssuominen@gentoo.org> (2012-01-10)
# This is required only for Linux, so mask it here and unmask in
# default/linux/package.use.mask. Bug 354923.
app-arch/libarchive e2fsprogs

# Mike Frysinger <vapier@gentoo.org> (2011-12-06)
# No one should be mucking with libssp unless they really know what they're
# doing.  Force extra work on the smart peeps to protect the not-so-smart.
sys-devel/gcc libssp

# Andrey Grozin <grozin@gentoo.org> (2011-03-29)
# dev-lang/swig-2.0.2 with -octave generated .cpp files
# incompatible with >=sci-mathematics/octave-3.4.0
sci-libs/mathgl octave

# Diego E. Pettenò <flameeyes@gentoo.org> (2011-03-27)
# Mask pdnsd's Linux-specific USE flags.
net-dns/pdnsd urandom

# Tomas Touceda <chiiph@gentoo.org> (2010-04-13)
# Masked because libsvm module is broken with this release on every arch.
dev-lisp/clisp svm

# Diego E. Pettenò <flameeyes@gentoo.org> (2010-01-18)
# Don't use system-wide mode unless you *really* know what you're doing.
# Keep it masked here so that I don't need to manage two versions every time.
media-sound/pulseaudio-daemon system-wide

# Alexis Ballier <aballier@gentoo.org> (2011-02-16)
# Win32 specific useflag for vlc. Can be used for cross-compiling.
media-video/vlc directx

# Ross Charles Campbell <rossbridger.cc@gmail.com> (2020-09-21)
# Since >=dev-games/ogre-1.11.2 is masked, mask contribovis USE.
media-libs/opencv contribovis

# Tobias Klausmann <klausman@gentoo.org> (2021-04-16)
# Newer (>=4.4.0) versions of Quodlibet have a different library structure, so
# puddletag needs to be updated to handle that.
media-sound/puddletag quodlibet