summaryrefslogtreecommitdiff
blob: 750407f585a0a572046b3a396c18eec1e6a14fd5 (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
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

####################################################################
#
# When you add an entry to the top of this file, add your name, the date
# in the UTC timezone, and an explanation of why something is getting masked.
# Please be extremely careful not to commit atoms that are not valid, as it can
# cause large-scale breakage, especially if it ends up in the daily snapshot.
#
## Example:
##
## # Dev E. Loper <developer@gentoo.org> (2019-07-01)
## # Masking  these versions until we can get the
## # v4l stuff to work properly again
## =media-video/mplayer-0.90_pre5
## =media-video/mplayer-0.90_pre5-r1
#
# - Best last rites (removal) practices -
# Include the following info:
# a) reason for masking
# b) bug # for the removal (and yes you should have one)
# c) date of removal (either the date or "in x days")
#
## Example:
##
## # Dev E. Loper <developer@gentoo.org> (2019-07-01)
## # Masked for removal in 30 days.  Doesn't work
## # with new libfoo. Upstream dead, gtk-1, smells
## # funny. (bug #987654)
## app-misc/some-package

#--- END OF EXAMPLES ---

# Hans de Graaff <graaff@gentoo.org> (2021-07-04)
# Last release in 2016, failing tests, no dependencies.
# Masked for removal in 30 days.
dev-ruby/shotgun

# Hans de Graaff <graaff@gentoo.org> (2021-07-04)
# Last release in 2012, no working tests, no dependencies.
# Masked for removal in 30 days.
dev-ruby/source_map

# Sergei Trofimovich <slyfox@gentoo.org> (2021-07-02)
# Outdated, not really maintained. Grab it if you like.
# Masked for removal in 30 days. bug #800097.
x11-plugins/purple-mattermost

# Sergei Trofimovich <slyfox@gentoo.org> (2021-07-02)
# Masked for removal in 30 days.
media-sound/xmms2-scrobbler

# David Seifert <soap@gentoo.org> (2021-07-01)
# Berkeley DB slots that are long past EOL by Oracle,
# maintenance burden, and no real path forward by Oracle.
# Bug #792222, removal in 90 days.
sys-libs/db:1
sys-libs/db:3
sys-libs/db:4.2
sys-libs/db:4.3
sys-libs/db:4.4
sys-libs/db:4.5
sys-libs/db:4.6
sys-libs/db:4.7
sys-libs/db:5.1

# Matthias Maier <tamiko@gentoo.org> (2021-06-27)
# Last release in 2013. Fails to build. No reverse dependencies.
# Bugs #735260
# Removal on 2021-07-27
media-sound/loudness-scanner

# Matt Turner <mattst88@gentoo.org> (2021-06-25)
# Last release in 2015. Many open bugs. No reverse dependencies.
# Bugs #312935, #341923, #629050, #739984, #775761, #777534
# Removal on 2021-07-25
media-gfx/ufraw

# Marek Szuba <marecki@genoo.org> (2021-06-25)
# Unslotted version conflicting with lua eclasses.
# No revdeps left. EAPI 5. Removal in 30 days (Bug #798693)
dev-lang/lua:0

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-06-21)
# library with no consumer, removal in 30 days
# see https://bugs.gentoo.org/794562
dev-java/bctsp

# Michał Górny <mgorny@gentoo.org> (2021-06-24)
# Package of huge complexity, given its premise.  Unmaintained
# in Gentoo.  No revdeps.
# Removal on 2021-07-24.  Bug #798291.
dev-python/frozendict

# Miroslav Šulc <fordfrog@gentoo.org> (2021-06-23)
# obsolete, no consumers
# see bug: https://bugs.gentoo.org/797739
dev-java/xml-commons

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-06-21)
# libraries without consumers, removal in 30 days
dev-java/bytelist
dev-java/jcodings
dev-java/joni
dev-java/jvyamlb

# David Seifert <soap@gentoo.org> (2021-06-20)
# Abandoned upstream, last release 17 years ago, unmaintained, tons of
# QA bugs, eclass is terrible. Bug #796878, removal in 30 days.
app-dicts/canna-cannadic
app-dicts/canna-2ch
app-emacs/yc
app-i18n/canna
app-i18n/canfep
app-i18n/im-canna

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-06-20)
# no consumer, removal in 30 days
# see bug: https://bugs.gentoo.org/796587
# and https://bugs.gentoo.org/561504
dev-java/annogen
dev-java/xml-xmlbeans
java-virtuals/stax-api
dev-java/jsr173
dev-java/jibx-tools

# Conrad Kostecki <conikost@gentoo.org> (2021-06-20)
# New Minecraft server release needs at least Java 16,
# which is currently not available in Gentoo.
>=games-server/minecraft-server-1.17

# Zac Medico <zmedico@gentoo.org> (2021-06-19)
# Upstream inactive and fails to compile.
# Removal on 2021-07-19.  Bug #786279.
app-misc/rq


# Michał Górny <mgorny@gentoo.org> (2021-06-19)
# Conflicts with app-arch/brotli[python].  Discontinued in favor
# of dev-python/brotlicffi.  No revdeps remain.
# Removal on 2021-07-19.  Bug #796749.
dev-python/brotlipy

# Mike Gilbert <floppym@gentoo.org> (2021-06-17)
# rescan-scsi-bus.sh is installed by >=sys-apps/sg3_utils-1.44, rendering
# this package redundant.
# Removal on 2021-07-17.
sys-apps/rescan-scsi-bus

# Davide Pesavento <pesa@gentoo.org> (2021-06-15)
# Masked for revdep testing.
>=dev-python/sip-6

# Sam James <sam@gentoo.org> (2021-06-15)
# Fails to build with GCC 11. Strange build system that needs more
# work to function properly (and integrate better). Several open bugs.
# bug #795999, bug #787902, bug #766033, bug #724674, bug #713206.
# Removal on 2021-07-15.
media-sound/sc2mpd

# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2021-06-14)
# The original Python Language Server by Palantir is no longer actively
# developed [1]. Development on a language server for Python is continued by
# the Spyder IDE community under a new name and in a new package. To continue
# using pyls, please switch to the maintained forks [2]:
# dev-python/python-language-server --> dev-python/python-lsp-server
# dev-python/python-jsonrpc-server --> dev-python/python-lsp-jsonrpc
# dev-python/pyls-black --> dev-python/python-lsp-black
# -
# Note that dev-python/pyls-spyder has already switched to the new language
# server as of version 0.4.0. Users of the Spyder IDE will automatically
# switch to the new language server when upgrading to version 4.2.5-r1 or
# 5.0.4-r1. Manual adjustments to the settings may be required in certain
# configurations [3].
# -
# Masked for removal in 30 days (2021-07-14).
# [1] https://github.com/palantir/python-language-server/issues/935
# [2] https://bugs.gentoo.org/795924
# [3] https://bugs.gentoo.org/783615
dev-python/python-language-server
dev-python/python-jsonrpc-server
dev-python/pyls-black

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-06-14)
# DeprecatedDep jre-1.3, upstream dead,removal in 30 days
# see bug: https://bugs.gentoo.org/787410
media-gfx/povtree

# Joonas Niilola <juippis@gentoo.org> (2021-06-12)
# A library without consumers, old dep of tree-cleaned gnome-mplayer,
# EAPI-5. Removal in ~30 days. #776898
media-libs/gmtk

# Sam James <sam@gentoo.org> (2021-06-12)
# Masked until all reverse dependencies support
# OCaml 4.12.
# bug #795138
>=dev-lang/ocaml-4.12
=dev-ml/camlp4-4.12

# Alfredo Tupone <tupone@gentoo.org> (2021-06-11)
# Masked for removal in 30 days. No more supported
<dev-lang/gnat-gpl-2017
<dev-ada/gnat-suite-bin-2017

# Tomáš Mózes <hydrapolic@gmail.com> (2021-06-10)
# Based on unsupported grub-legacy, replaced by
# pvgrub2.
# Removal on 2021-07-08.  Bug #790668.
app-emulation/xen-pvgrub

# Sam James <sam@gentoo.org> (2021-06-10)
# Fails to build with modern libetpan. Unmaintained.
# See bug #699570, bug #448574.
# Removal on 2021-07-10.
mail-client/etpan-ng

# Michał Górny <mgorny@gentoo.org> (2021-06-05)
# A backport for 'older Python versions' with no revdeps.
# Removal on 2021-07-05.  Bug #794268.
dev-python/chainmap

# Stephan Hartmann <sultan@gentoo.org> (2021-06-05)
# Dev channel releases are only for people who
# are developers or want more experimental features
# and accept a more unstable release.
>=www-client/chromium-93

# Bernard Cafarelli <voyageur@gentoo.org> (2021-06-04)
# Alpha versions of fetchmail 7
# Add support for OAUTH2 for those needing it
=net-mail/fetchmail-7.0.0_alpha*

# Michał Górny <mgorny@gentoo.org> (2021-06-02)
# This is Python 2/3 compatibility layer that was used shortly
# by dev-python/pip.  No revdeps left.
# Removal on 2021-07-02.  Bug #793902.
dev-python/csv23

# Sam James <sam@gentoo.org> (2021-06-01)
# Possible issues with new ALSA release
# See bug #793410
=media-libs/alsa-lib-1.2.5_p20210604
=media-libs/alsa-topology-conf-1.2.5
=media-libs/alsa-ucm-conf-1.2.5-r1
=media-plugins/alsa-plugins-1.2.5
=media-sound/alsa-utils-1.2.5-r1

# Michał Górny <mgorny@gentoo.org> (2021-05-31)
# Requires removed media-libs/opencv version.
<media-plugins/gst-plugins-opencv-1.18

# Sam James <sam@gentoo.org> (2021-05-30)
# GStreamer 1.18.x! Masked for testing.
# This is a large suite of packages, so please
# be patient and report bugs if you choose to
# unmask.
# bug #756298, bug #690468.
~dev-python/gst-python-1.18.4
~media-libs/gst-plugins-bad-1.18.4
~media-libs/gst-plugins-base-1.18.4
~media-libs/gst-plugins-good-1.18.4
~media-libs/gst-plugins-ugly-1.18.4
~media-libs/gstreamer-1.18.4
~media-libs/gst-rtsp-server-1.18.4
~media-plugins/gst-plugins-a52dec-1.18.4
~media-plugins/gst-plugins-amr-1.18.4
~media-plugins/gst-plugins-assrender-1.18.4
~media-plugins/gst-plugins-bluez-1.18.4
~media-plugins/gst-plugins-bs2b-1.18.4
~media-plugins/gst-plugins-cairo-1.18.4
~media-plugins/gst-plugins-cdio-1.18.4
~media-plugins/gst-plugins-cdparanoia-1.18.4
~media-plugins/gst-plugins-chromaprint-1.18.4
~media-plugins/gst-plugins-colormanagement-1.18.4
~media-plugins/gst-plugins-dash-1.18.4
~media-plugins/gst-plugins-dtls-1.18.4
~media-plugins/gst-plugins-dts-1.18.4
~media-plugins/gst-plugins-dv-1.18.4
~media-plugins/gst-plugins-dvb-1.18.4
~media-plugins/gst-plugins-dvdread-1.18.4
~media-plugins/gst-plugins-faac-1.18.4
~media-plugins/gst-plugins-faad-1.18.4
~media-plugins/gst-plugins-flac-1.18.4
~media-plugins/gst-plugins-gdkpixbuf-1.18.4
~media-plugins/gst-plugins-gtk-1.18.4
~media-plugins/gst-plugins-hls-1.18.4
~media-plugins/gst-plugins-jack-1.18.4
~media-plugins/gst-plugins-jpeg-1.18.4
~media-plugins/gst-plugins-kate-1.18.4
~media-plugins/gst-plugins-ladspa-1.18.4
~media-plugins/gst-plugins-lame-1.18.4
~media-plugins/gst-plugins-libav-1.18.4
~media-plugins/gst-plugins-libde265-1.18.4
~media-plugins/gst-plugins-libmms-1.18.4
~media-plugins/gst-plugins-libpng-1.18.4
~media-plugins/gst-plugins-libvisual-1.18.4
~media-plugins/gst-plugins-lv2-1.18.4
~media-plugins/gst-plugins-meta-1.18.4
~media-plugins/gst-plugins-modplug-1.18.4
~media-plugins/gst-plugins-mpeg2dec-1.18.4
~media-plugins/gst-plugins-mpeg2enc-1.18.4
~media-plugins/gst-plugins-mpg123-1.18.4
~media-plugins/gst-plugins-mplex-1.18.4
~media-plugins/gst-plugins-neon-1.18.4
~media-plugins/gst-plugins-ofa-1.18.4
~media-plugins/gst-plugins-opencv-1.18.4
~media-plugins/gst-plugins-openh264-1.18.4
~media-plugins/gst-plugins-opus-1.18.4
~media-plugins/gst-plugins-oss-1.18.4
~media-plugins/gst-plugins-pulse-1.18.4
~media-plugins/gst-plugins-raw1394-1.18.4
~media-plugins/gst-plugins-resindvd-1.18.4
~media-plugins/gst-plugins-rtmp-1.18.4
~media-plugins/gst-plugins-shout2-1.18.4
~media-plugins/gst-plugins-sidplay-1.18.4
~media-plugins/gst-plugins-smoothstreaming-1.18.4
~media-plugins/gst-plugins-soundtouch-1.18.4
~media-plugins/gst-plugins-soup-1.18.4
~media-plugins/gst-plugins-speex-1.18.4
~media-plugins/gst-plugins-srt-1.18.4
~media-plugins/gst-plugins-srtp-1.18.4
~media-plugins/gst-plugins-taglib-1.18.4
~media-plugins/gst-plugins-twolame-1.18.4
~media-plugins/gst-plugins-uvch264-1.18.4
~media-plugins/gst-plugins-v4l2-1.18.4
~media-plugins/gst-plugins-vaapi-1.18.4
~media-plugins/gst-plugins-voaacenc-1.18.4
~media-plugins/gst-plugins-voamrwbenc-1.18.4
~media-plugins/gst-plugins-vpx-1.18.4
~media-plugins/gst-plugins-wavpack-1.18.4
~media-plugins/gst-plugins-webrtc-1.18.4
~media-plugins/gst-plugins-x264-1.18.4
~media-plugins/gst-plugins-x265-1.18.4
~media-plugins/gst-plugins-ximagesrc-1.18.4
~media-plugins/gst-plugins-zbar-1.18.4

# Andrey Grozin <grozin@gentoo.org> (2021-05-25)
# DEPENDs on sci-libs/proj-8
# Unmask after unmasking proj-8
>=sci-geosciences/qmapshack-1.16

# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-24)
# it's just a demo project, not a real app, see disclaimer
# at https://github.com/romainguy/jext
# removal in 30 days
# also removing an obsolete package that has only this dependant
# see bug: https://bugs.gentoo.org/791106
app-editors/jext
dev-java/jgoodies-looks:1.2

# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-20)
# no non-masked consumer, removal in 30 days
# see bug: https://bugs.gentoo.org/786852
dev-java/sun-jimi

# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-20)
# no non-masked consumer, removal in 30 days
# see bug: https://bugs.gentoo.org/786828
dev-java/squareness-jlf

# Miroslav Šulc <fordfrog@gentoo.org> (2021-05-19)
# no consumer, removal in 30 days
# see bug: https://bugs.gentoo.org/784065
dev-java/werken-xpath

# Sergei Trofimovich <slyfox@gentoo.org> (2021-05-16)
# Mask gcc-7 branch (ended upstream support). Please switch
# to a freshed gcc branch.
<sys-devel/gcc-8
<dev-util/nvidia-cuda-toolkit-10
<dev-util/nvidia-cuda-sdk-10

# Sergei Trofimovich <slyfox@gentoo.org> (2021-05-16)
# Mask gcc-6 branch (ended upstream support). Please switch
# to a freshed gcc branch.
<sys-devel/gcc-7

# Sam James <sam@gentoo.org> (2021-05-09)
# Not working properly with cmake.eclass port
# bug #788448
=app-arch/brotli-1.0.9-r3

# Sam James <sam@gentoo.org> (2021-05-07)
# Masked for testing. Two major releases ahead of last packaged version.
# Please report bugs but this is experimental for now.
# bug #731266
>=net-mail/cyrus-imapd-3.4.0

# David Seifert <soap@gentoo.org> (2021-05-05)
# Causes unsolvable package conflicts, bug #788310
>=media-libs/openexr-3

# Eray Aslan <eras@gentoo.org> (2021-04-29)
# Mask experimental software
=mail-mta/postfix-3.7*

# Ulrich Müller <ulm@gentoo.org> (2021-04-20)
# Version 3.15 is broken with Emacs 27.2.
=app-emacs/mic-paren-3.15-r0

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-04-18)
# dev-java/xerces-2.12.1 depends on masked >=virtual/{jdk,jre}-11
# https://bugs.gentoo.org/782697
>=dev-java/xerces-2.12.1

# Lars Wendler <polynomial-c@gentoo.org> (2021-04-08)
# Masked for testing
>=app-crypt/gnupg-2.3.0

# Sam James <sam@gentoo.org> (2021-03-30)
# Seems to break dev-tex/culmus-latex
# Masking until we can investigate & fix
# bug #737406
=media-fonts/culmus-0.133-r1

# Lars Wendler <polynomial-c@gentoo.org> (2021-03-22)
# Has unidentified race condition on very fast CPUs that causes maintainer-
# mode to be triggered.
# Most likely caused by the following upstream commit:
#   https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=aba75f6d4a9c875a9d5d90a07c6b3678db66a4bf
sys-devel/autoconf:2.71

# Sam James <sam@gentoo.org> (2021-03-03)
# Doesn't seem to sync clock correctly
# in some cases.
# bug #772998
~net-misc/openntpd-6.8_p1

# Sam James <sam@gentoo.org> (2021-03-01)
# Mask new proj 8.x as it removes deprecated
# API. Likely to break several consumers
# which haven't yet ported.
# bug #729098
>=sci-libs/proj-8.0.0

# Sam James <sam@gentoo.org> (2021-02-18)
# 0.9.27 included a regression wrt deletes
# bug #768948
=dev-db/lmdb-0.9.27

# Lars Wendler <polynomial-c@gentoo.org> (2021-02-15)
# Mask development versions now that they were bumped...
=net-misc/kea-1.9*

# Marek Szuba <marecki@gentoo.org> (2021-01-21)
# Masked for testing and further work - the golang-vcs-snapshot variant
# seems to be incompatible with revdeps using go-module, the variant
# using the latter is still broken.
dev-go/qt

# Michał Górny <mgorny@gentoo.org> (2020-11-10)
# This old Kodi version requires vulnerable dev-python/pillow
# and prevents users from upgrading.  Masked for the time being.
# Bug #729672.
media-plugins/kodi-game-libretro-nestopia
media-plugins/kodi-game-libretro-dosbox

# Georgy Yakovlev <gyakovlev@gentoo.org> (2020-10-30)
# broken acl handling, possible broken chattr handling
# needs more testing
# bug #751739
=sys-apps/opentmpfiles-0.3.1

# Andreas Sturmlechner <asturm@gentoo.org> (2020-10-26)
# Historical metapackage that exists in slot 5 only for transition from KDE SC4.
# Masked for removal on 2021-08-31. Replaced by:
# emerge --noreplace kde-plasma/plasma-meta kde-apps/kde-apps-meta
kde-apps/kde-meta:5

# Andreas Sturmlechner <asturm@gentoo.org> (2020-10-26)
# Historical metapackage that exists in slot 5 only for transition from KDE SC4.
# Masked for removal on 2021-08-31. Replaced by:
# emerge --noreplace kde-plasma/plasma-meta kde-apps/kdecore-meta
kde-apps/kdebase-meta:5

# Sam James <sam@gentoo.org> (2020-10-05)
# Masked for testing. New major versions of Guile
# often break reverse dependencies.
# Guile in Gentoo is not slotted, so let's be cautious.
# bug #705554, bug #689408.
>=dev-scheme/guile-3.0.4

# Ulrich Müller <ulm@gentoo.org> (2020-10-04)
# Version 1.11 introduced different startup conventions for the server
# which breaks the OpenRC init script. Bug #746227.
>=net-misc/tigervnc-1.11.0

# Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com> (2020-09-01)
# Mismatched version (bug #695022). Masked to force upgrade to 2.0.4_pre20200306162733.
# (Mask should remain after ebuilds are deleted, until 2021-03-01 or
# until new upstream release with proper versioning.)
~app-i18n/sunpinyin-3.0.0_rc1
~app-i18n/ibus-sunpinyin-3.0.0_rc1
~app-i18n/scim-sunpinyin-3.0.0_rc1
~app-i18n/xsunpinyin-3.0.0_rc1

# Miroslav Šulc <fordfrog@gentoo.org> (2020-02-27)
# >=dev-java/ant-eclipse-ecj-4.10 depends on masked >=virtual/{jdk,jre}-11
# www-servers/tomcat >= 9 depends on masked dev-java/eclipse-ecj
>=dev-java/ant-eclipse-ecj-4.10
>=dev-java/eclipse-ecj-4.10
>=www-servers/tomcat-9

# Stefan Strogin <steils@gentoo.org> (2020-02-12)
# Mask for testing revdeps.
>=dev-games/mygui-3.4.0

# Patrick McLean <chutzpah@gentoo.org> (2020-02-07)
# Mask until sys-libs/libxcrypt[system] is unmasked
# (NOTE: Likely needs to be moved to musl + uclibc profiles, not dropped entirely)
~virtual/libcrypt-2

# Lars Wendler <polynomial-c@gentoo.org> (2019-11-14)
# Breaks archives containing relative paths
# when being called with --no-absolute-filenames
# bug #700020
=app-arch/cpio-2.13

# Matt Turner <mattst88@gentoo.org> (2019-09-01)
# TeXmacs is the only remaining package in tree that requires guile-1.8, which
# is unsupported upstream. A TeXmacs port to Guile-2 has been in progress for a
# few years. Bug #436400
app-office/texmacs
<dev-scheme/guile-2

# Robin H. Johnson <robbat2@gentoo.org> (2019-07-08)
# Needs LOTS of testing, broke boot on my laptop in early attempts, maybe needs
# matching genkernel work?
>=sys-fs/lvm2-2.03

# Andreas Sturmlechner <asturm@gentoo.org> (2018-11-25)
# Masked per security vulnerability CVE-2018-14345, bug #661510
# Keeping it masked while users have unsolved issues with >0.15.0.
<x11-misc/sddm-0.18.0

# Andreas Sturmlechner <asturm@gentoo.org> (2018-10-07)
# Masked for more testing especially of reverse-deps.
>=dev-games/ogre-1.11.2

# Andreas K. Hüttel <dilfridge@gentoo.org> (2018-09-11)
# Mask transition ebuilds that were needed only for <glibc-2.26
# We will keep them in the tree as long as we have masked
# <glibc-2.26.
~net-libs/libnsl-0
~net-libs/rpcsvc-proto-0

# James Le Cuirot <chewi@gentoo.org> (2017-12-17)
# Java 11 is not yet fully supported on Gentoo. Packages cannot depend
# on it so these virtuals are not yet required. If you wish to use
# Java 11 then install openjdk-(jdk|jre)-bin directly.
virtual/jdk:11
virtual/jre:11

# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-10-18)
# sys-devel/automake versions 1.4, 1.5, 1.6, 1.7, 1.8
# have known security vulnerabilities, are broken with
# recent Perl (>=5.26.0), and are not used by anything in
# the Gentoo repository. Please uninstall.
sys-devel/automake:1.4
sys-devel/automake:1.5
sys-devel/automake:1.6
sys-devel/automake:1.7
sys-devel/automake:1.8
sys-devel/automake:1.9
sys-devel/automake:1.10

# Nicolas Bock <nicolasbock@gentoo.org> (2017-10-31)
# There are multiple unresolved upstream issues with >=jabref-bin-4.0 (#636036).
# If you still would like to use this version, please report any issues to
# upstream.
>=app-text/jabref-bin-4.0

# Michał Górny <mgorny@gentoo.org> (2017-05-22)
# for Maciej S. Szmigiero <mail@maciej.szmigiero.name>
# Any version above 5.100.138 breaks b43 driver in various ways.
# Also, b43 wiki page says to use 5.100.138. Bug #541080.
>=sys-firmware/b43-firmware-6.30.163.46

# Andreas K. Hüttel <dilfridge@gentoo.org> (2017-05-21)
# (and others, updated later)
# These old versions of toolchain packages (binutils, gcc, glibc) are no
# longer officially supported and are not suitable for general use. Using
# these packages can result in build failures (and possible breakage) for
# many packages, and may leave your system vulnerable to known security
# exploits.
# If you still use one of these old toolchain packages, please upgrade (and
# switch the compiler / the binutils) ASAP. If you need them for a specific
# (isolated) use case, feel free to unmask them on your system.
<sys-libs/glibc-2.33
<sys-devel/binutils-2.35.2
<sys-devel/binutils-hppa64-2.35.2

# Michael Orlitzky <mjo@gentoo.org> (2017-01-07)
# This package has some dangerous quality and security issues, but
# people may still find it useful. It is masked to prevent accidental
# use. See bugs 603346 and 604998 for more information.
app-admin/amazon-ec2-init

# Michał Górny <mgorny@gentoo.org> (2016-11-17)
# New version masked for testing. It supports source-window buffer size
# over 2G but it 'currently performs 3-5% slower and has 1-2% worse
# compression'.
>=dev-util/xdelta-3.1.0

# Robin H. Johnson <robbat2@gentoo.org> (2014-08-04)
# Masked for testing, presently fails upstream testsuite:
# FAIL:07:02:35 (00:00:00) db_dump/db_load(./TESTDIR.3/recd001.db:child killed: kill signal): expected 0, got 1
# FAIL:07:02:35 (00:00:00) Dump/load of ./TESTDIR.3/recd001.db failed.
# FAIL:07:02:35 (00:00:00) db_verify_preop: expected 0, got 1
=sys-libs/db-6.1*
=sys-libs/db-6.2*
=sys-libs/db-18.1*

# Mike Gilbert <floppym@gentoo.org> (2014-03-04)
# Dev channel releases are only for people who are developers or want more
# experimental features and accept a more unstable release.
www-plugins/chrome-binary-plugins:unstable

# Diego E. Pettenò <flameeyes@gentoo.org> (2009-01-03)
# These packages are not supposed to be merged directly, instead
# please use sys-devel/crossdev to install them.
dev-util/mingw64-runtime
sys-libs/newlib
dev-embedded/avr-libc