summaryrefslogtreecommitdiff
blob: fbc0a3df51a40de11254d6708b61bdaca1f95675 (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
# Copyright 1999-2023 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 with a format of YYYY-MM-DD, 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 ---

# Michael Orlitzky <mjo@gentoo.org> (2023-08-11)
# php-7.x is End Of Life (EOL) upstream and no longer receives security
# fixes. We lose phpunit because it depends on CodeCoverage which
# depends on TokenStream, and TokenStream is limited to 7.x. Bug 887739
# to upgrade moodle is seven months old, which I think is long enough to
# have waited. Selfoss has a newer version. Removal after 2023-09-11.
dev-lang/php:7.4
dev-php/PHP_TokenStream
dev-php/PHP_CodeCoverage
dev-php/phpspec-prophecy
dev-php/phpunit
dev-php/phpunit-mock-objects
dev-php/sebastian-comparator
dev-php/sebastian-exporter
dev-php/sebastian-global-state
dev-php/sebastian-object-enumerator
dev-php/sebastian-object-reflector
dev-php/sebastian-recursion-context
=mail-client/roundcube-1.4.11
=virtual/httpd-php-7.4
=www-apps/moodle-3.11.15
=www-apps/moodle-4.0.9
=www-apps/moodle-4.1.4
=www-apps/moodle-4.2.1
=www-apps/selfoss-2.19

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2023-07-05)
# Library without consumers. Bug #906882
# Removal on 2023-08-05.
net-libs/nativebiginteger

# Sam James <sam@gentoo.org> (2023-08-04)
# Stricter behavior which causes some packages to fail, see bug #911721.
=dev-util/pkgconf-2.0.0

# David Seifert <soap@gentoo.org> (2023-07-29)
# EAPI 6, fetch restrictions require annoying registration, no other
# distro packages this, over 10 years old. Removal on 2023-08-28.
sci-libs/rosetta-db

# Michael Orlitzky <mjo@gentoo.org> (2023-07-27)
# Obsolete as of dev-php/swoole-4.3.0, according to
# its github README. Stuck on php-7.4. Removal on or
# after 30 days.
dev-php/swoole-async

# William Hubbs <williamh@gentoo.org> (2023-07-25)
# This package has been replaced by app-accessibility/espeak-ng.
# Please transition to the new package.
# Removal: 2023-08-24.  Bug #877221.
app-accessibility/espeak

# Mike Gilbert <floppym@gentoo.org> (2023-07-24)
# Migrated to sys-apps/systemd-utils.
# Removal on 2023-08-24.
sys-apps/systemd-tmpfiles
sys-boot/systemd-boot
sys-fs/udev

# Matt Turner <mattst88@gentoo.org> (2023-07-24)
# Unmaintained. Looks pretty dead upstream (last commit 1.5 years ago, last tag
# 3 years ago, last non-alpha release in 2015). Depends on app-text/enchant:0.
# Removal on 2023-08-24. Bug #905956.
net-im/vacuum

# Michał Górny <mgorny@gentoo.org> (2023-07-24)
# Incompatible with modern dev-python/matplotlib versions.  No upstream
# activity since 2022-02.  No revdeps.
# Removal on 2023-08-23.  Bug #904734.
dev-python/tikzplotlib

# Michał Górny <mgorny@gentoo.org> (2023-07-23)
# Package with no maintainer and tests restricted (also test deps look
# suspicious).  It was only needed for tests
# in dev-python/pyvirtualdisplay, and that package didn't support
# the newest version anyway.  No revdeps left.
# Removal on 2023-08-22.  Bug #910708.
dev-python/vncdotool

# David Seifert <soap@gentoo.org> (2023-07-22)
# Upstream unresponsive and package is pretty much dead. dev-python/tqdm
# is a modern and fast replacement for dev-python/progressbar.
# Removal on 2023-08-21. Bug #909929, #910031.
dev-python/progressbar
sys-apps/gcp

# Hans de Graaff <graaff@gentoo.org> (2023-07-22)
# Does not compile with modern compilers. Last upstream release in
# 2011. No activity upstream. No reverse dependencies. Masked for
# removal on 2023-08-22.
dev-ruby/fast_xs

# Arthur Zamarin <arthurzam@gentoo.org> (2023-07-21)
# Broken runtime with ncurses version since last 2 years (unusable at
# all), no upstream activity of any sort since 2016.
# Removal on 2023-08-20.  Bug #910649.
app-cdr/cdw

# Hans de Graaff <graaff@gentoo.org> (2023-07-21)
# Obsolete slot for a package that should not have been slotted. Please
# use the newer 1.2.3 slot instead. Masked for removal on 2023-08-21.
dev-ruby/openssl-ccm:1.2.2

# Michał Górny <mgorny@gentoo.org> (2023-07-21)
# Fragile package requiring custom patching.  The maintainer resigned.
# No reverse dependencies.
# Removal on 2023-08-20.  Bug #910619.
dev-python/cx_Freeze

# Michał Górny <mgorny@gentoo.org> (2023-07-21)
# The ebuild has not been bumped for a year now.  It doesn't have
# working tests.  No reverse dependencies.
# Removal on 2023-08-20.  Bug #907460.
dev-python/ansible-runner

# Michał Górny <mgorny@gentoo.org> (2023-07-19)
# Backport package specific to Python 3.9.  No longer necessary now
# that pypy3 is 3.10.
# Removal on 2023-08-18.  Bug #910549.
dev-python/importlib-resources

# Hans de Graaff <graaff@gentoo.org> (2023-07-19)
# Obsolete components for older, removed, cucumber versions that have no
# value on their own. Masked for removal on 2023-08-19.
dev-util/cucumber-wire
dev-util/cucumber-cucumber-expressions:12
dev-util/cucumber-cucumber-expressions:14

# Mike Pagano <mpagano@gentoo.org> (2023-07-18)
# Mask impacted kernels vulnerable to StackRot and
# ones with a memory corruption bug
# Bug #909829, #794547.
=sys-kernel/gentoo-kernel-6.1.28
=sys-kernel/gentoo-kernel-6.1.37*
=sys-kernel/gentoo-kernel-6.3*
=sys-kernel/gentoo-kernel-bin-6.1.28
=sys-kernel/gentoo-kernel-bin-6.1.37*
=sys-kernel/gentoo-kernel-bin-6.3*
=sys-kernel/gentoo-sources-6.1.28
=sys-kernel/gentoo-sources-6.1.37*
=sys-kernel/gentoo-sources-6.4.0
=sys-kernel/gentoo-sources-6.4.1*
=sys-kernel/gentoo-sources-6.4.2
=sys-kernel/vanilla-kernel-6.1.28
=sys-kernel/vanilla-kernel-6.1.37*
=sys-kernel/vanilla-kernel-6.3*
=sys-kernel/vanilla-sources-6.1.28
=sys-kernel/vanilla-sources-6.1.37*
=sys-kernel/vanilla-sources-6.3*
=sys-kernel/vanilla-sources-6.4.0
=sys-kernel/vanilla-sources-6.4.1*
=sys-kernel/vanilla-sources-6.4.2
=virtual/dist-kernel-6.1.28
=virtual/dist-kernel-6.1.37*
=virtual/dist-kernel-6.3*

# Hans de Graaff <graaff@gentoo.org> (2023-07-18)
# Obsolete rubu30-only package, previously a dependency of nanoc. No
# longer maintained upstream. Masked for removal on 2023-08-18.
dev-ruby/hamster

# Hans de Graaff <graaff@gentoo.org> (2023-07-18)
# Obsolete slots (for sinatra the slot is ruby30 only) without reverse
# dependencies. Use the newer slot instead. Masked for removal on
# 2023-08-18.
dev-ruby/sinatra:2
dev-ruby/rack-protection:2
dev-ruby/rack-test:1.0

# Hans de Graaff <graaff@gentoo.org> (2023-07-18)
# Obsolete slot without reverse dependencies. Use the newer slot
# instead. Masked for removal on 2023-08-18.
dev-ruby/vcr:5

# Florian Schmaus <flow@gentoo.org> (2023-07-17)
# Obsolete acct-* packages which became leaf packages.
# Removal on 2023-08-17.
acct-user/artifactory
acct-group/artifactory
acct-user/cinder
acct-group/cinder
acct-user/glance
acct-group/glance
acct-user/heat
acct-group/heat
acct-user/keystone
acct-group/keystone
acct-user/litecoin
acct-group/litecoin
acct-user/minbif
acct-group/minbif
acct-user/minio
acct-group/minio
acct-user/netbox
acct-group/netbox
acct-user/neutron
acct-group/neutron
acct-user/nova
acct-group/nova
acct-user/placement
acct-group/placement
acct-user/quagga
acct-group/quagga
acct-user/rplayd
acct-group/rplayd
acct-user/rstudio-server
acct-group/rstudio-server
acct-user/rundeck
acct-group/rundeck
acct-user/sguil
acct-group/sguil
acct-user/sigh
acct-group/sigh
acct-user/smokeping
acct-group/smokeping
acct-user/sobby
acct-group/sobby
acct-user/spread
acct-group/spread
acct-user/stg
acct-group/stg
acct-user/swift
acct-group/swift
acct-user/thttpd
acct-group/thttpd
acct-group/gpio
acct-group/simplevirt
acct-group/spi

# Matt Turner <mattst88@gentoo.org> (2023-07-16)
# Last reverse dependency was gnome-base/gnome-vfs, dropped more than a year ago.
# Removal on 2023-08-16.
gnome-base/gnome-mime-data

# Matt Turner <mattst88@gentoo.org> (2023-07-15)
# Unmaintained upstream. Depends on deprecated packages libsoup:2.4 and
# old versions of grilo and grilo-plugins.
# Removal on 2023-08-15. Bug #910105.
media-sound/pragha
<media-libs/grilo-0.3.16
<media-plugins/grilo-plugins-0.3.16
net-libs/libdmapsharing:3.0
net-libs/dleyna-connector-dbus
net-libs/dleyna-core
net-libs/dleyna-renderer
net-misc/dleyna-server

# Hans de Graaff <graaff@gentoo.org> (2023-07-14)
# Obsolete slots or packages specifically for cucumber 7 which is no
# longer available. Masked for removal on 2023-08-14
dev-util/cucumber-create-meta
dev-util/cucumber-html-formatter:17

# Tomáš Mózes <hydrapolic@gmail.com> (2023-07-13)
# Incompatible with OpenSSL-3, update to MariaDB 10.6.
<dev-db/mariadb-10.6

# Andreas K. Hüttel <dilfridge@gentoo.org> (2023-07-12)
# The catalyst-3 branch is outdated and not used by Gentoo
# Release Engineering anymore. Please either use git master
# (9999) as all Release Engineering build machines or wait
# for catalyst-4. Questions or bug reports about catalyst-3
# may or may not lead to useful results.
<dev-util/catalyst-4

# Joonas Niilola <juippis@gentoo.org> (2023-07-12)
# Testing. An upgrade from 102 isn't recommended due to downgrading
# most likely not being possible. Back up your profile before
# attempting. Fresh install should be fine. Bug #910229
>=mail-client/thunderbird-115.0

# Michał Górny <mgorny@gentoo.org> (2023-07-12)
# Having scikit-build-core installed still breaks building setuptools
# extensions in some scenarios.
# https://github.com/scikit-build/scikit-build-core/issues/426
=dev-python/scikit-build-core-0.4.7-r1

# Matt Turner <mattst88@gentoo.org> (2023-07-06)
# GNOME 45 mask
>=app-editors/gnome-text-editor-45_alpha
>=app-misc/gnote-45_alpha
>=app-misc/tracker-3.6_alpha
>=app-misc/tracker-miners-3.6_alpha
>=dev-cpp/gtkmm-4.11
>=dev-libs/gjs-1.77
>=dev-libs/libdex-0.3.0
>=games-puzzle/gnome-sudoku-45_alpha
>=gnome-base/gnome-settings-daemon-45_alpha
>=gnome-base/gnome-shell-45_alpha
>=gnome-base/gsettings-desktop-schemas-45_alpha
>=gnome-base/nautilus-45_alpha
>=gnome-extra/gnome-calculator-45_alpha
>=gnome-extra/gnome-characters-45_alpha
>=gnome-extra/gnome-logs-45_alpha
>=gnome-extra/gnome-shell-extensions-45_alpha
>=gnome-extra/gnome-software-45_alpha
>=gnome-extra/gnome-system-monitor-45_alpha
>=gnome-extra/gnome-weather-45_alpha
>=gnome-extra/sushi-45_alpha
>=gui-apps/gnome-console-45_alpha
>=gui-libs/gtk-4.11
>=gui-libs/libadwaita-1.4_alpha
>=media-gfx/eog-45_alpha
>=media-gfx/gnome-font-viewer-45_alpha
>=net-misc/gnome-connections-45_alpha
>=net-misc/gnome-remote-desktop-45_alpha
>=sci-geosciences/gnome-maps-45_alpha
>=sys-apps/baobab-45_alpha
>=sys-apps/xdg-desktop-portal-gnome-45_alpha
>=x11-themes/gnome-backgrounds-45_alpha
>=x11-wm/mutter-45_alpha

# Michael Orlitzky <mjo@gentoo.org> (2023-07-05)
# I suspect I was its only user, and I'm not a user any more. Upstream
# has deleted its autoloader for the second time, making an update more
# trouble than removal, so: removal on or after 2023-08-05.
dev-php/php-redmine-api

# Michał Górny <mgorny@gentoo.org> (2023-07-05)
# Discontinued in favor of built-in `ast` module on all supported
# versions of Python.  No revdeps left.
# Removal on 2023-08-04.
dev-python/typed-ast

# Sam James <sam@gentoo.org> (2023-07-05)
# Doesn't install all needed files by e.g. kernelshark.
# Need to either split into libtracecmd for the libraries or revert to Makefiles.
# See bug #909439.
=dev-util/trace-cmd-3.2

# Holger Hoffstätte <holger@applied-asynchrony.com> (2023-07-04)
# Obsolete package, replaced by dev-util/scap-driver.
# https://bugs.gentoo.org/907486
# Masked for removal on 2023-08-04.
dev-util/sysdig-kmod

# Sam James <sam@gentoo.org> (2023-06-03)
# Breaks dev-perl/Spreadsheet-ParseExcel, see bug #909564.
# Please upgrade to >=dev-perl/dev-perl/OLE-StorageLite-0.220.0.
=dev-perl/OLE-StorageLite-0.210.0

# James Le Cuirot <chewi@gentoo.org> (2023-06-25)
# Impossible to legally obtain the original native full game now. It freezes on
# keyboard input, is incompatible with PipeWire, and requires gamescope to work
# under Wayland. In short, it's a lost cause. Removal in 30 days. Bug #436140.
# There is a modern SDL2-based port, but it is only available from Steam.
games-action/descent3
games-action/descent3-demo

# Sam James <sam@gentoo.org> (2023-06-23)
# Segfaults with non-bison yacc.
=app-shells/bash-5.2_p15-r4

# Sam James <sam@gentoo.org> (2023-06-22)
# Causes segfaults in dependent dev-util/conf2struct.
# See bug #908989 and related bug #908982.
=dev-perl/Conf-Libconfig-1.0.0

# Michał Górny <mgorny@gentoo.org> (2023-06-21)
# suitesparseconfig-7.0.0 fails to build with multilib enabled
# because of dependencies that cannot be satisfied.  All the other
# packages require it.  Bug #908851.
=sci-libs/amd-3.0.3
=sci-libs/btf-2.0.3
=sci-libs/camd-3.0.3
=sci-libs/ccolamd-3.0.3
=sci-libs/cholmod-4.0.3
=sci-libs/colamd-3.0.3
=sci-libs/cxsparse-4.0.3
=sci-libs/klu-2.0.3
=sci-libs/ldl-3.0.3
=sci-libs/spqr-3.0.3
=sci-libs/suitesparseconfig-7.0.0
=sci-libs/umfpack-6.1.0

# Sam James <sam@gentoo.org> (2023-06-16)
# Please upgrade to >=app-admin/eselect-1.4.22-r1 for a fix to env-update
# and the files it generates in /etc/env.d: bug #908401, then run env-update
# and . /etc/profile.
<app-admin/eselect-1.4.22-r1

# Tomáš Mózes <hydrapolic@gmail.com> (2023-06-12)
# Buggy version that causes ibdata1 to grow, please update. See bug #908394.
=dev-db/mariadb-10.5.20
=dev-db/mariadb-10.6.13
=dev-db/mariadb-10.11.2
=dev-db/mariadb-10.11.3

# Sam James <sam@gentoo.org> (2023-06-05)
# Fails to bootstrap, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110120.
=sys-devel/gcc-14.0.0_pre20230604

# Bernd Waibel <waebbl-gentoo@posteo.net> (2023-05-31)
# Mask this version for uptime soversion issue. There will be an updated release
# shortly which fixes this.
# See https://github.com/AcademySoftwareFoundation/Imath/issues/189#issuecomment-1567077722
# Bug: #907211
=dev-libs/imath-3.1.7

# Sam James <sam@gentoo.org> (2023-05-24)
# Breaks building C++ consumers at least: bug #906755, bug #906879, bug #906957.
# Please upgrade to >=0.5.1.
=net-libs/libproxy-0.5.0

# Sam James <sam@gentoo.org> (2023-05-23)
# Argument splitting seems broken, see bug #906892 and https://github.com/ffi/ffi-compiler/issues/23.
=dev-ruby/ffi-compiler-1.2.0

# Sam James <sam@gentoo.org> (2023-05-20)
# Various regressions, please upgrade to the latest libxml2 (>=2.11.4).
=dev-libs/libxml2-2.11.1
=dev-libs/libxml2-2.11.2
=dev-libs/libxml2-2.11.2-r1
=dev-libs/libxml2-2.11.3

# Sam James <sam@gentoo.org> (2023-05-19)
# Breaks Portage's pid-sandbox at least with 5.10 kernels. Pending investigation.
# If you're hitting this, try: FEATURES="-pid-sandbox" emerge -v1 sys-apps/util-linux
# as a workaround. bug #906797.
~sys-apps/util-linux-2.39

# David Seifert <soap@gentoo.org> (2023-05-19)
# Abandoned, NIH library only used by other obsolete packages like gkeys
# and layman, use app-crypt/gpgme[python] as a proper upstream
# supported gpg library. Removal on 2023-08-17.
dev-python/pyGPG

# David Seifert <soap@gentoo.org> (2023-05-19)
# Abandoned, replaced by 'eselect repository' (app-eselect/eselect-repository),
# tons of open bugs. Removal on 2023-08-17. Bug #761199.
app-portage/layman

# Sam James <sam@gentoo.org> (2023-05-10)
# A major reverse depndency (kde-apps/libkexiv2) does not yet build against this
# so mask for now, see bug #906087 and bug #906090.
=media-gfx/exiv2-0.28.0

# Sam James <sam@gentoo.org> (2023-05-10)
# Lots of package breakage as usual for new versions. Masked until most/all
# reverse dependencies are fixed. Tracker bug is bug #906077.
=dev-libs/libfmt-10*

# Michał Górny <mgorny@gentoo.org> (2023-05-05)
# The Gentoo packages are severely out of date, and they haven't been
# ported to Python 3.11.  They are hard to keep working, and there
# are better alternatives available.  The suggested replacements are:
# media-gfx/prusaslicer, media-gfx/superslicer and orcaslicer
# (not packaged).
# Removal on 2023-08-04.  Bug #905769.
media-gfx/cura
acct-group/ultimaker
acct-user/ultimaker
dev-libs/libarcus
dev-libs/clipper
dev-libs/libcharon
dev-libs/libnest2d
dev-libs/libsavitar
dev-python/pynest2d
dev-python/uranium
media-gfx/fdm-materials
media-gfx/curaengine

# Sam James <sam@gentoo.org> (2023-05-03)
# Broken pkgconfig file, please upgrade to -r1.
# bug #704348, bug #905632, bug #905822
=sci-libs/metis-5.2.1
=sci-libs/metis-5.2.1-r1
=sci-libs/parmetis-4.0.3_p20230326

# Sam James <sam@gentoo.org> (2023-05-01)
# Breaks dev-python/scipy build. See bug #905396 and https://github.com/serge-sans-paille/gast/issues/74.
=dev-python/pythran-0.13.0
=dev-python/gast-0.5.4

# Sam James <sam@gentoo.org> (2023-05-01)
# Quite broken, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109672.
=sys-devel/gcc-14.0.0_pre20230430

# Andreas Sturmlechner <asturm@gentoo.org> (2023-04-30)
# Breaking even latest ~arch version of KDE PIM, bug #905352.
=dev-libs/ktextaddons-1.3*

# Sam James <sam@gentoo.org> (2023-04-19)
# Last-minute libstdc++ symbol versioning magic causes e.g. mold, cmake
# to segfault:
# - https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108969
# - https://bugzilla.redhat.com/show_bug.cgi?id=2187768#c4
# 13.0.1_pre20230419 was GCC 13.1 RC1. RC2 will be made when this is fixed.
=sys-devel/gcc-13.0.1_pre20230419

# Michał Górny <mgorny@gentoo.org> (2023-04-18)
# Breaks ABI without SOVERSION bump, effectively preventing
# xfce4-terminal from starting.
# https://bugs.gentoo.org/904500
=xfce-base/libxfce4ui-4.19.0

# Sam James <sam@gentoo.org> (2023-04-16)
# SEEK_HOLE issues causing corruption with (sparse?) copies again.
# See https://github.com/openzfs/zfs/issues/14753.
=sys-fs/zfs-kmod-2.1.10

# Sam James <sam@gentoo.org> (2023-04-13)
# Leads to broken terminal output in e.g. vim and openrc and other applications
# like joe crashing.
# Bugs:
# - reported at bottom of bug #904247 and bug #904263
# - app-misc/tmux: https://github.com/tmux/tmux/issues/3531
# - sys-apps/openrc: https://github.com/OpenRC/openrc/issues/619
=sys-libs/ncurses-6.4_p20230424
=sys-libs/ncurses-6.4_p20230506
=sys-libs/ncurses-6.4_p20230527

# Eray Aslan <eras@gentoo.org> (2023-04-12)
# Mask experimental software
=mail-mta/postfix-3.9*

# Ionen Wolkens <ionen@gentoo.org> (2023-03-30)
# NVIDIA dropped support for the 390.xx branch in December 2022[1].
#
# Users are free to unmask and keep using, but be warned it is very
# likely to be affected by security issues as NVIDIA does not track
# nor fix these for this branch anymore.
#
# Gentoo will keep it packaged for as long as reasonably possible
# (albeit masked) but no true support will be given nor patches
# for newer kernels. It is recommended to use 6.1.x LTS kernels or
# older (6.1.x will be supported until at least December 2026).
#
# Major issues will lead to removal without further warning, e.g.
# if no usable kernels left in tree, or if broken with a newer Xorg.
#
# >> It is recommended to switch to nouveau[2] drivers (regardless
#    of its worse performance), or ideally replace the hardware.
#
# [1] https://nvidia.custhelp.com/app/answers/detail/a_id/3142
# [2] https://wiki.gentoo.org/wiki/Nouveau
x11-drivers/nvidia-drivers:0/390

# Sam James <sam@gentoo.org> (2023-03-29)
# Regressions in solving ability affecting e.g. igraph:
# https://github.com/opencollab/arpack-ng/issues/401
# https://github.com/opencollab/arpack-ng/issues/410
# https://github.com/opencollab/arpack-ng/issues/411
# https://github.com/igraph/igraph/issues/2311
=sci-libs/arpack-3.9.0

# Sam James <sam@gentoo.org> (2023-03-24)
# Please upgrade to make-4.4.1 as make-4.4 has a bunch of issues.
=sys-devel/make-4.4

# Hans de Graaff <graaff@gentoo.org> (2023-03-19)
# This version of cucumber-core is not compatible with the other
# cucumber dependencies. Please downgrade cucumber-core.
=dev-util/cucumber-core-11.1.0

# Sam James <sam@gentoo.org> (2023-03-16)
# Breaks building C++ consumers. See bug #901211 and bug #901035.
# Please upgrade to glib-2.76.0-r1.
=dev-libs/glib-2.76.0

# Mike Pagano <mpagano@gentoo.org> (2023-03-10)
# Mask =sys-kernel/gentoo-sources-5.15.99 since it does
# not include 5.15.99 and is misleading
=sys-kernel/gentoo-sources-5.15.99

# Torokhov Sergey <torokhov-s-a@yandex.ru> (2023-02-26)
# The masked version causes GIMP breaking of Cut/Copy/Paste
# https://gitlab.gnome.org/GNOME/gimp/-/issues/9175
=media-libs/babl-0.1.100

# Ben Kohler <bkohler@gentoo.org> (2023-01-30)
# Breaks too many revdeps for now
=app-text/discount-3*

# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-19)
# This version currently is not compatible with kernel build (yet)
~dev-util/bindgen-0.63.0

# Jaco Kroon <jaco@uls.co.za> (2022-11-05)
# Some potentially breaking changes here, please check the UPGRADE.txt file.
# Most important:  chan_sip no longer builds by default, if you've migrated to
# PJSIP you should be OK and most likely you should be able to safely unmask.
# For now to prevent accidental upgrades and to allow proper testing this will
# be in place for minimum six months (2023-04-22).
=net-misc/asterisk-20*
=net-misc/asterisk-opus-20*
=net-misc/asterisk-g729-20*

# John Helmert III <ajak@gentoo.org> (2022-10-16)
# <OpenSSL-1.1.1 are EOL and contain known vulnerabilities. Users should
# migrate to a newer branch.
<dev-libs/openssl-1.1.1

# John Helmert III <ajak@gentoo.org> (2022-09-18)
# Unfixed root privilege escalation, bug #631552
sys-cluster/slurm

# hololeap <hololeap@protonmail.com> (2022-08-21)
# doctest-parallel does not currently work with Setup.hs (used internally by
# haskell-cabal.eclass)
# See: <https://github.com/martijnbastiaan/doctest-parallel/issues/45>
dev-haskell/doctest-parallel

# Sam James <sam@gentoo.org> (2022-05-28)
# GCC 9 and older no longer receive upstream support or fixes for
# bugs. Please switch to a newer GCC version using gcc-config.
# The lowest supported version of GCC is GCC 10.
<sys-devel/gcc-10

# Joonas Niilola <juippis@gentoo.org> (2022-04-29)
# Apparently the "b" in version means "beta". 3.24 is available, we
# should update to that. #841437
~sci-physics/bullet-3.22b

# Brian Evans <grknight@gentoo.org> (2022-01-07)
# The main consumer, phpunit, does not initiate the new timer correctly
# This is likely to cause issues in tests; Unmask if using for other purposes
>=dev-php/PHP_Timer-5.0

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-11-23)
# Does not support updated dev-java/pdfbox-2.0.24, Bug #803488
# Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})
dev-tex/pdfannotextractor

# Ionen Wolkens <ionen@gentoo.org> (2021-10-09)
# Vulkan beta driver branch aimed at Vulkan developers for testing
# new features. Beside vulkan, it is typically behind the main branch
# and may be buggier or less secure. Only unmask if really wanted.
x11-drivers/nvidia-drivers:0/vulkan

# Mart Raudsepp <leio@gentoo.org> (2021-09-23)
# Incompatible with c++17 abseil-cpp, no in-tree consumers yet
media-libs/webrtc-audio-processing:1

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-09-18)
# sys-devel/automake version 1.11 is EOL and is only useful for testing
# old de-ANSI-fication/ansi2knr/AM_C_PROTOTYPES code. Please uninstall.
sys-devel/automake:1.11

# Joonas Niilola <juippis@gentoo.org> (2021-07-29)
# Upstream provided migration instructions from 2. -> 3. update,
# breaks if not all at least many revdeps. #805011 for tracker bug.
>=net-libs/mbedtls-3.0.0

# Michał Górny <mgorny@gentoo.org> (2021-07-06)
# Upstream changed license to GPL-3+ in order to deliberately cause
# incompatiblity with revdep licenses.  Mask until the situation
# is resolved.  Bug #791259.
>=media-libs/libopenaptx-0.2.1

# 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

# 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

# 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

# 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

# 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

# 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

# Andreas Sturmlechner <asturm@gentoo.org> (2018-10-07)
# Masked for more testing especially of reverse-deps.
# ogre 1.11/1.12 breakage: bug #834468
# ogre 2.x breakage: bug #740424
>=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

# 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.36-r5
<sys-devel/binutils-2.38

# 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

# 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
sys-devel/nvptx-tools