summaryrefslogtreecommitdiff
path: root/profiles/package.mask
blob: 502da6cf9f3b3fec33dd190dfcf1d16843807314 (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
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
# Copyright 1999-2024 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 ---

# Matt Jolly <kangie@gentoo.org> (2024-03-11)
# Obsolete, does not compile, archived upstream.
# Removal: 2024-04-10.  Bugs #876977, #907705.
media-video/obs-v4l2sink

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2024-03-10)
# Unused java libraries. The ant tasks are now provided by dev-java/ant.
# Removal on 2024-04-09.
dev-java/ant-apache-regexp
dev-java/ant-apache-log4j
dev-java/ant-apache-xalan2
dev-java/ant-commons-logging
dev-java/ant-swing
dev-java/ant-junit4
dev-java/ant-testutil
dev-java/ant-junitlauncher
dev-java/ant-jai
dev-java/ant-commons-net
dev-java/ant-apache-bsf
dev-java/ant-jmf
dev-java/ant-apache-oro
dev-java/ant-javamail
dev-java/ant-junit
dev-java/ant-jdepend
dev-java/ant-antlr
dev-java/ant-apache-bcel
dev-java/ant-apache-resolver
dev-java/ant-jsch
dev-java/ant-xz
dev-java/gnu-jaf
dev-java/failureaccess

# Michał Górny <mgorny@gentoo.org> (2024-03-10)
# Packages that still require <dev-python/cython-3 and do not promise
# a fix anytime soon.
#
# dev-python/python-efl: econnman as revdep, bug #925692.
# dev-python/pipenv: via <pydantic-2, + dparse, bug #925698, bug #925553.
# dev-python/pygame_sdl2: also py3.12, bug #911781
# games-engines/renpy: also py3.12, bug #925693
# sci-chemistry/mdtraj: also py3.12, PEP517, bug #911646.
#
# Includes their few reverse dependencies and their exclusive
# dependencies without Python 3.12 support.
#
# Removal on 2024-04-09.
dev-python/astunparse
dev-python/dparse
dev-python/pipenv
dev-python/pygame_sdl2
dev-python/python-efl
games-engines/renpy
net-misc/econnman
sci-chemistry/mdtraj

# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-03-10)
# Archived upstream, latest release is 3 years old. One test
# failure with python 3.11, more with python 3.12.
# Removal on: 2024-04-10.  Bug #920439
sci-libs/scikit-optimize

# Eray Aslan <eras@gentoo.org> (2024-03-10)
# Mask experimental software
=mail-mta/postfix-3.10*

# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-03-09)
# Requires pyside2/shiboken2, which is unmaintained upstream and
# not compatible with llvm-16 and up or python-3.12 and up.
# No upstream activity for 2 years.
# dev-python/QtPy is an alternative that does support Qt6.
# Removal on: 2024-04-09.  Bug #926548
dev-python/anyqt

# Arthur Zamarin <arthurzam@gentoo.org> (2024-03-08)
# A library without reverse dependencies.
# Removal on: 2024-04-07.  Bug #926486.
dev-libs/yascreen

# Ulrich Müller <ulm@gentoo.org> (2024-03-06)
# Inactive upstream maintainer. Needs porting to PEP 517 (or better,
# from Python to Emacs Lisp) and from layman to repository.eselect.
# Removal on 2024-05-05. Bug #909887, #909890.
app-portage/g-sorcery
app-portage/gs-elpa

# Andreas Sturmlechner <asturm@gentoo.org> (2024-02-28)
# Stopped working after GMail changes some 1.5 years ago,
# no more upstream development.
# Removal on 2024-04-03.
kde-misc/gmail-feed

# Florian Schmaus <flow@gentoo.org> (2024-03-01)
# TexLive 2023 is currently masked for testing.
# Please report issues by creating a new bug report at
# https://bugs.gentoo.org instead of commenting on the
# tracking bug #836779 (https://bugs.gentoo.org/836779).
>=app-text/dvipsk-2023.03.11_p66203
>=app-text/dvisvgm-3.2
>=app-text/ps2pkm-1.8_p20230311
>=app-text/texlive-2023
>=app-text/texlive-core-2023
>=app-text/ttf2pk2-2.0_p20230311
>=dev-libs/kpathsea-6.3.5_p20230311
>=dev-libs/ptexenc-1.4.3_p20230311
>=dev-tex/biber-2.19
>=dev-tex/biblatex-3.19
>=dev-tex/bibtexu-4.00_p20230311
>=dev-tex/glossaries-4.53
>=dev-tex/latex-beamer-3.71
>=dev-tex/latexmk-4.83
>=dev-tex/minted-2.9
>=dev-tex/pgf-3.1.10
>=dev-tex/tex4ht-20230311_p69739
>=dev-texlive/texlive-basic-2023_p59159
>=dev-texlive/texlive-bibtexextra-2023_p67386
>=dev-texlive/texlive-binextra-2023_p69527
>=dev-texlive/texlive-context-2023_p69108
>=dev-texlive/texlive-fontsextra-2023_p69663
>=dev-texlive/texlive-fontsrecommended-2023_p54074
>=dev-texlive/texlive-fontutils-2023_p61207
>=dev-texlive/texlive-formatsextra-2023_p62226
>=dev-texlive/texlive-games-2023_p69159
>=dev-texlive/texlive-humanities-2023_p68465
>=dev-texlive/texlive-langarabic-2023_p69111
>=dev-texlive/texlive-langchinese-2023_p63995
>=dev-texlive/texlive-langcjk-2023_p65824
>=dev-texlive/texlive-langcyrillic-2023_p69727
>=dev-texlive/texlive-langczechslovak-2023_p54074
>=dev-texlive/texlive-langenglish-2023_p68790
>=dev-texlive/texlive-langeuropean-2023_p66432
>=dev-texlive/texlive-langfrench-2023_p67951
>=dev-texlive/texlive-langgerman-2023_p68711
>=dev-texlive/texlive-langgreek-2023_p65038
>=dev-texlive/texlive-langitalian-2023_p55129
>=dev-texlive/texlive-langjapanese-2023_p64603
>=dev-texlive/texlive-langkorean-2023_p54074
>=dev-texlive/texlive-langother-2023_p68719
>=dev-texlive/texlive-langpolish-2023_p54074
>=dev-texlive/texlive-langportuguese-2023_p67125
>=dev-texlive/texlive-langspanish-2023_p67307
>=dev-texlive/texlive-latex-2023_p69131
>=dev-texlive/texlive-latexextra-2023_p69752
>=dev-texlive/texlive-latexrecommended-2023_p69131
>=dev-texlive/texlive-luatex-2023_p69404
>=dev-texlive/texlive-mathscience-2023_p69485
>=dev-texlive/texlive-metapost-2023_p67071
>=dev-texlive/texlive-music-2023_p69613
>=dev-texlive/texlive-pictures-2023_p69409
>=dev-texlive/texlive-plaingeneric-2023_p68675
>=dev-texlive/texlive-pstricks-2023_p65367
>=dev-texlive/texlive-publishers-2023_p69759
>=dev-texlive/texlive-xetex-2023_p69452

# Eli Schwartz <eschwartz93@gmail.com> (2024-02-29)
# Ancient fork of gmp from 2017. Various build issues, fails tests. All
# reverse dependencies turned out to be incorrect or preferred gmp
# anyways. No path forward to keeping it buildable, no use case for
# keeping it around.  Bug #812950, #874537, #925308
# Removal on 2024-03-31.
sci-libs/mpir

# Michał Górny <mgorny@gentoo.org> (2024-02-29)
# Breaks xfce-base/xfdesktop (both 4.19.0 and masked 4.19.1).
# https://gitlab.xfce.org/xfce/xfdesktop/-/issues/282
=xfce-base/libxfce4windowing-4.19.3
=xfce-base/xfce4-panel-4.19.3

# Andreas Sturmlechner <asturm@gentoo.org> (2024-02-28)
# KDE Plasma 6.0.0, Gear 24.02.0 and Frameworks 6.0.0 mask
# Plasma 6 replaces 5. For conflict resolution between KF5- and KF6-packages:
# - put '-kf6compat' into /etc/portage/profile/use.mask
# - enable USE=kf6compat globally
# - if you have the following packages installed, put the following into
#   /etc/portage/package.use in order to avoid conflicts:
#       dev-util/kdevelop:5 -gdbui -plasma
# If you encounter ...
# - build-time/packaging bugs:
#   - file a bug after making sure none exists yet for your issue
# - runtime bugs: https://community.kde.org/Plasma/Plasma_6#How_to_use/test_it
#   - work with upstream and help test patches using /etc/portage/patches
~kde-frameworks/frameworkintegration-6.0.0
~kde-frameworks/attica-6.0.0
~kde-frameworks/bluez-qt-6.0.0
~kde-frameworks/breeze-icons-6.0.0
~kde-frameworks/extra-cmake-modules-6.0.0
~kde-frameworks/karchive-6.0.0
~kde-frameworks/kcalendarcore-6.0.0
~kde-frameworks/kcodecs-6.0.0
~kde-frameworks/kconfig-6.0.0
~kde-frameworks/kcoreaddons-6.0.0
~kde-frameworks/kdbusaddons-6.0.0
~kde-frameworks/kdnssd-6.0.0
~kde-frameworks/kguiaddons-6.0.0
~kde-frameworks/kholidays-6.0.0
~kde-frameworks/ki18n-6.0.0
~kde-frameworks/kidletime-6.0.0
~kde-frameworks/kirigami-6.0.0
~kde-frameworks/kitemmodels-6.0.0
~kde-frameworks/kitemviews-6.0.0
~kde-frameworks/kplotting-6.0.0
~kde-frameworks/kquickcharts-6.0.0
~kde-frameworks/ktexttemplate-6.0.0
~kde-frameworks/kuserfeedback-6.0.0
~kde-frameworks/kwidgetsaddons-6.0.0
~kde-frameworks/kwindowsystem-6.0.0
~kde-frameworks/modemmanager-qt-6.0.0
~kde-frameworks/networkmanager-qt-6.0.0
~kde-frameworks/prison-6.0.0
~kde-frameworks/solid-6.0.0
~kde-frameworks/sonnet-6.0.0
~kde-frameworks/syntax-highlighting-6.0.0
~kde-frameworks/threadweaver-6.0.0
~kde-frameworks/kauth-6.0.0
~kde-frameworks/kcolorscheme-6.0.0
~kde-frameworks/kcompletion-6.0.0
~kde-frameworks/kcontacts-6.0.0
~kde-frameworks/kcrash-6.0.0
~kde-frameworks/kdoctools-6.0.0
~kde-frameworks/kfilemetadata-6.0.0
~kde-frameworks/kimageformats-6.0.0
~kde-frameworks/kjobwidgets-6.0.0
~kde-frameworks/knotifications-6.0.0
~kde-frameworks/kpackage-6.0.0
~kde-frameworks/kpeople-6.0.0
~kde-frameworks/kpty-6.0.0
~kde-frameworks/kstatusnotifieritem-6.0.0
~kde-frameworks/ksvg-6.0.0
~kde-frameworks/kunitconversion-6.0.0
~kde-frameworks/syndication-6.0.0
~kde-frameworks/baloo-6.0.0
~kde-frameworks/kbookmarks-6.0.0
~kde-frameworks/kcmutils-6.0.0
~kde-frameworks/kconfigwidgets-6.0.0
~kde-frameworks/kdav-6.0.0
~kde-frameworks/kdeclarative-6.0.0
~kde-frameworks/kded-6.0.0
~kde-frameworks/kdesu-6.0.0
~kde-frameworks/kglobalaccel-6.0.0
~kde-frameworks/kiconthemes-6.0.0
~kde-frameworks/kio-6.0.0
~kde-frameworks/knewstuff-6.0.0
~kde-frameworks/knotifyconfig-6.0.0
~kde-frameworks/kparts-6.0.0
~kde-frameworks/krunner-6.0.0
~kde-frameworks/kservice-6.0.0
~kde-frameworks/ktexteditor-6.0.0
~kde-frameworks/ktextwidgets-6.0.0
~kde-frameworks/kwallet-6.0.0
~kde-frameworks/kxmlgui-6.0.0
~kde-frameworks/purpose-6.0.0
~kde-frameworks/qqc2-desktop-style-6.0.0
~kde-plasma/bluedevil-6.0.1
~kde-plasma/breeze-6.0.1
~kde-plasma/breeze-grub-6.0.1
~kde-plasma/breeze-gtk-6.0.1.1
~kde-plasma/breeze-plymouth-6.0.1.1
~kde-plasma/discover-6.0.1
~kde-plasma/drkonqi-6.0.1
~kde-plasma/flatpak-kcm-6.0.1
~kde-plasma/kactivitymanagerd-6.0.1
~kde-plasma/kde-cli-tools-6.0.1
~kde-plasma/kde-gtk-config-6.0.1
~kde-plasma/kdecoration-6.0.1
~kde-plasma/kdeplasma-addons-6.0.1
~kde-plasma/kgamma-6.0.1
~kde-plasma/kglobalacceld-6.0.1
~kde-plasma/kinfocenter-6.0.1
~kde-plasma/kmenuedit-6.0.1
~kde-plasma/kpipewire-6.0.1.1
~kde-plasma/kscreen-6.0.1
~kde-plasma/kscreenlocker-6.0.1
~kde-plasma/ksshaskpass-6.0.1
~kde-plasma/ksystemstats-6.0.1
~kde-plasma/kwallet-pam-6.0.1
~kde-plasma/kwayland-6.0.1
~kde-plasma/kwayland-integration-6.0.1
~kde-plasma/kwin-6.0.1
~kde-plasma/kwrited-6.0.1
~kde-plasma/layer-shell-qt-6.0.1
~kde-plasma/libkscreen-6.0.1
~kde-plasma/libksysguard-6.0.1
~kde-plasma/libplasma-6.0.1
~kde-plasma/milou-6.0.1
~kde-plasma/ocean-sound-theme-6.0.1
~kde-plasma/oxygen-6.0.1
~kde-plasma/oxygen-sounds-6.0.1
~kde-plasma/plasma-activities-6.0.1
~kde-plasma/plasma-activities-stats-6.0.1
~kde-plasma/plasma-browser-integration-6.0.1
~kde-plasma/plasma-desktop-6.0.1
~kde-plasma/plasma-disks-6.0.1
~kde-plasma/plasma-firewall-6.0.1
~kde-plasma/plasma-integration-6.0.1
~kde-plasma/plasma-meta-6.0.1
~kde-plasma/plasma-nm-6.0.1
~kde-plasma/plasma-pa-6.0.1
~kde-plasma/plasma-sdk-6.0.1
~kde-plasma/plasma-systemmonitor-6.0.1
~kde-plasma/plasma-thunderbolt-6.0.1
~kde-plasma/plasma-vault-6.0.1
~kde-plasma/plasma-welcome-6.0.1
~kde-plasma/plasma-workspace-6.0.1
~kde-plasma/plasma-workspace-wallpapers-6.0.1
~kde-plasma/plasma5support-6.0.1
~kde-plasma/plymouth-kcm-6.0.1
~kde-plasma/polkit-kde-agent-6.0.1
~kde-plasma/powerdevil-6.0.1
~kde-plasma/print-manager-6.0.1
~kde-plasma/qqc2-breeze-style-6.0.1
~kde-plasma/sddm-kcm-6.0.1
~kde-plasma/systemsettings-6.0.1
~kde-plasma/wacomtablet-6.0.1
~kde-plasma/xdg-desktop-portal-kde-6.0.1
~kde-apps/baloo-widgets-24.02.0
~kde-apps/dolphin-24.02.0
~kde-apps/ffmpegthumbs-24.02.0
~kde-apps/kate-24.02.0
~kde-apps/kate-addons-24.02.0
~kde-apps/kate-lib-24.02.0
~kde-apps/kde-apps-meta-24.02.0
~kde-apps/kdecore-meta-24.02.0
~kde-apps/khelpcenter-24.02.0
~kde-apps/konsole-24.02.0
~kde-apps/kwrite-24.02.0
~kde-apps/kdialog-24.02.0
~kde-apps/keditbookmarks-24.02.0
~kde-apps/kfind-24.02.0
~kde-apps/konqueror-24.02.0
~www-client/falkon-24.02.0
~app-accessibility/kontrast-24.02.0
~kde-apps/kdeaccessibility-meta-24.02.0
~kde-apps/kmag-24.02.0
~kde-apps/kmousetool-24.02.0
~kde-apps/kmouth-24.02.0
~kde-apps/kdeadmin-meta-24.02.0
~kde-apps/kcron-24.02.0
~kde-apps/ksystemlog-24.02.0
~kde-apps/analitza-24.02.0
~kde-apps/blinken-24.02.0
~kde-apps/kalgebra-24.02.0
~kde-apps/kanagram-24.02.0
~kde-apps/kbruch-24.02.0
~kde-apps/kdeedu-meta-24.02.0
~kde-apps/kgeography-24.02.0
~kde-apps/khangman-24.02.0
~kde-apps/kiten-24.02.0
~kde-apps/klettres-24.02.0
~kde-apps/kturtle-24.02.0
~kde-apps/kwordquiz-24.02.0
~kde-apps/libkeduvocdocument-24.02.0
~kde-apps/parley-24.02.0
~kde-apps/bomber-24.02.0
~kde-apps/bovo-24.02.0
~kde-apps/granatier-24.02.0
~kde-apps/kajongg-24.02.0
~kde-apps/kapman-24.02.0
~kde-apps/katomic-24.02.0
~kde-apps/kblackbox-24.02.0
~kde-apps/kblocks-24.02.0
~kde-apps/kbounce-24.02.0
~kde-apps/kbreakout-24.02.0
~kde-apps/kdegames-meta-24.02.0
~kde-apps/kdiamond-24.02.0
~kde-apps/kfourinline-24.02.0
~kde-apps/kgoldrunner-24.02.0
~kde-apps/kigo-24.02.0
~kde-apps/killbots-24.02.0
~kde-apps/kiriki-24.02.0
~kde-apps/kjumpingcube-24.02.0
~kde-apps/klickety-24.02.0
~kde-apps/klines-24.02.0
~kde-apps/kmahjongg-24.02.0
~kde-apps/kmines-24.02.0
~kde-apps/knavalbattle-24.02.0
~kde-apps/knetwalk-24.02.0
~kde-apps/knights-24.02.0
~kde-apps/kolf-24.02.0
~kde-apps/kollision-24.02.0
~kde-apps/konquest-24.02.0
~kde-apps/kpat-24.02.0
~kde-apps/kreversi-24.02.0
~kde-apps/kshisen-24.02.0
~kde-apps/ksirk-24.02.0
~kde-apps/ksnakeduel-24.02.0
~kde-apps/kspaceduel-24.02.0
~kde-apps/ksquares-24.02.0
~kde-apps/ksudoku-24.02.0
~kde-apps/ktuberling-24.02.0
~kde-apps/kubrick-24.02.0
~kde-apps/libkdegames-24.02.0
~kde-apps/libkmahjongg-24.02.0
~kde-apps/lskat-24.02.0
~kde-apps/palapeli-24.02.0
~kde-apps/picmi-24.02.0
~kde-apps/gwenview-24.02.0
~kde-apps/kamera-24.02.0
~kde-apps/kcolorchooser-24.02.0
~kde-apps/kdegraphics-meta-24.02.0
~kde-apps/kdegraphics-mobipocket-24.02.0
~kde-apps/kruler-24.02.0
~kde-apps/libkdcraw-24.02.0
~kde-apps/libkexiv2-24.02.0
~kde-apps/okular-24.02.0
~kde-apps/spectacle-24.02.0
~kde-apps/svgpart-24.02.0
~kde-apps/thumbnailers-24.02.0
~kde-misc/colord-kde-24.02.0
~media-gfx/skanpage-24.02.0
~media-libs/ksanecore-24.02.0
~kde-apps/audiocd-kio-24.02.0
~kde-apps/dragon-24.02.0
~kde-apps/juk-24.02.0
~kde-apps/kdemultimedia-meta-24.02.0
~kde-apps/kdenlive-24.02.0
~kde-apps/libkcddb-24.02.0
~kde-apps/libkcompactdisc-24.02.0
~media-sound/elisa-24.02.0
~media-sound/kasts-24.02.0
~media-sound/krecorder-24.02.0
~kde-apps/dolphin-plugins-dropbox-24.02.0
~kde-apps/kaccounts-integration-24.02.0
~kde-apps/kaccounts-providers-24.02.0
~kde-apps/kdenetwork-meta-24.02.0
~kde-apps/kdenetwork-filesharing-24.02.0
~kde-apps/kget-24.02.0
~kde-apps/kio-extras-24.02.0
~kde-apps/krfb-24.02.0
~kde-apps/signon-kwallet-extension-24.02.0
~kde-misc/kdeconnect-24.02.0
~kde-misc/kio-gdrive-24.02.0
~net-im/neochat-24.02.0
~net-im/tokodon-24.02.0
~net-irc/konversation-24.02.0
~net-libs/libktorrent-24.02.0
~net-misc/kio-zeroconf-24.02.0
~net-news/alligator-24.02.0
~net-p2p/ktorrent-24.02.0
~app-office/merkuro-24.02.0
~dev-libs/kopeninghours-24.02.0
~dev-libs/kosmindoormap-24.02.0
~dev-libs/kpublictransport-24.02.0
~kde-apps/akonadi-24.02.0
~kde-apps/akonadi-calendar-24.02.0
~kde-apps/akonadi-contacts-24.02.0
~kde-apps/akonadi-import-wizard-24.02.0
~kde-apps/akonadi-mime-24.02.0
~kde-apps/akonadi-notes-24.02.0
~kde-apps/akonadi-search-24.02.0
~kde-apps/akonadiconsole-24.02.0
~kde-apps/akregator-24.02.0
~kde-apps/calendarjanitor-24.02.0
~kde-apps/calendarsupport-24.02.0
~kde-apps/eventviews-24.02.0
~kde-apps/grantlee-editor-24.02.0
~kde-apps/grantleetheme-24.02.0
~kde-apps/incidenceeditor-24.02.0
~kde-apps/kaddressbook-24.02.0
~kde-apps/kalarm-24.02.0
~kde-apps/kcalutils-24.02.0
~kde-apps/kdepim-addons-24.02.0
~kde-apps/kdepim-meta-24.02.0
~kde-apps/kdepim-runtime-24.02.0
~kde-apps/kidentitymanagement-24.02.0
~kde-apps/kimap-24.02.0
~kde-apps/kitinerary-24.02.0
~kde-apps/kldap-24.02.0
~kde-apps/kleopatra-24.02.0
~kde-apps/kmail-24.02.0
~kde-apps/kmail-account-wizard-24.02.0
~kde-apps/kmailtransport-24.02.0
~kde-apps/kmbox-24.02.0
~kde-apps/kmime-24.02.0
~kde-apps/knotes-24.02.0
~kde-apps/konsolekalendar-24.02.0
~kde-apps/kontact-24.02.0
~kde-apps/kontactinterface-24.02.0
~kde-apps/korganizer-24.02.0
~kde-apps/kpimtextedit-24.02.0
~kde-apps/kpkpass-24.02.0
~kde-apps/ksmtp-24.02.0
~kde-apps/libgravatar-24.02.0
~kde-apps/libkdepim-24.02.0
~kde-apps/libkgapi-24.02.0
~kde-apps/libkleo-24.02.0
~kde-apps/libksieve-24.02.0
~kde-apps/libktnef-24.02.0
~kde-apps/mailcommon-24.02.0
~kde-apps/mailimporter-24.02.0
~kde-apps/mbox-importer-24.02.0
~kde-apps/messagelib-24.02.0
~kde-apps/mimetreeparser-24.02.0
~kde-apps/pim-data-exporter-24.02.0
~kde-apps/pim-sieve-editor-24.02.0
~kde-apps/pimcommon-24.02.0
~kde-misc/zanshin-24.02.0
~kde-apps/dolphin-plugins-git-24.02.0
~kde-apps/dolphin-plugins-mercurial-24.02.0
~kde-apps/dolphin-plugins-subversion-24.02.0
~kde-apps/kapptemplate-24.02.0
~kde-apps/kcachegrind-24.02.0
~kde-apps/kde-dev-utils-24.02.0
~kde-apps/kdesdk-meta-24.02.0
~app-cdr/dolphin-plugins-mountiso-24.02.0
~app-cdr/isoimagewriter-24.02.0
~app-crypt/keysmith-24.02.0
~kde-apps/ark-24.02.0
~kde-apps/filelight-24.02.0
~kde-apps/kbackup-24.02.0
~kde-apps/kcalc-24.02.0
~kde-apps/kcharselect-24.02.0
~kde-apps/kdebugsettings-24.02.0
~kde-apps/kdeutils-meta-24.02.0
~kde-apps/kdf-24.02.0
~kde-apps/kgpg-24.02.0
~kde-apps/kteatime-24.02.0
~kde-apps/ktimer-24.02.0
~kde-apps/kwalletmanager-24.02.0
~kde-apps/sweeper-24.02.0
~kde-apps/yakuake-24.02.0
~kde-misc/kclock-24.02.0
~kde-misc/kweather-24.02.0
~kde-misc/markdownpart-24.02.0
~sys-block/partitionmanager-24.02.0
~sys-libs/kpmcore-24.02.0
=kde-apps/kio-extras-23.08.5-r100
=kde-apps/libkgapi-23.08.5-r100
=kde-misc/kio-gdrive-23.08.5-r1
=kde-plasma/print-manager-23.08.5-r100
~kde-misc/kio-fuse-5.1.0
~kde-misc/plasma-pass-1.2.2
~dev-db/futuresql-0.1.1
~dev-libs/appstream-1.0.2
~dev-libs/kdiagram-3.0.1
~dev-libs/kirigami-addons-1.0.1
~dev-libs/ktextaddons-1.5.3
~dev-libs/kweathercore-0.8.0
~gui-apps/xwaylandvideobridge-0.4.0
~kde-frameworks/oxygen-icons-6.0.0
=media-libs/kquickimageeditor-0.3.0-r100
~media-libs/libqaccessibilityclient-0.6.0
~media-libs/mpvqt-1.0.0
~media-libs/phonon-4.12.0
~media-libs/phonon-vlc-0.12.0
~media-libs/pulseaudio-qt-1.4.0
~net-libs/kdsoap-2.2.0
~net-libs/kdsoap-ws-discovery-client-0.4.0
~net-libs/signon-ui-0.15_p20231016
~net-libs/accounts-qt-1.16_p20220803
~net-libs/accounts-qml-0.7_p20231028
~net-libs/signon-oauth2-0.25_p20210102
=net-libs/signond-8.61-r100
=net-misc/smb4k-3.2.5-r2
~sys-auth/polkit-qt-0.200.0
>=sys-libs/snapd-glib-1.64-r100

# Michał Górny <mgorny@gentoo.org> (2024-02-28)
# Nosetests have been abandoned in 2015.  Upstream (while technically
# still around) has refused to accept any patches since, and we have
# already had to fork it, to keep it somewhat working.  All
# the remaining reverse dependencies were finally ported or last rited.
# Removal on 2024-03-29.  Bug #822414.
dev-python/nose

# Michał Górny <mgorny@gentoo.org> (2024-02-28)
# The project is not really actively maintained upstream, and it still
# depends on dev-python/nose.  There are other tools with similar
# functionality.
# Removal on 2024-03-29.  Bug #878695.
app-misc/rmlint

# Michał Górny <mgorny@gentoo.org> (2024-02-27)
# dev-python/boto is dead, with last release in 2018.  It has been
# replaced by dev-python/boto3.  It carries a ton of patches and still
# depends on dev-python/nose.
#
# Removal on 2024-03-28.  Bug #888235.
dev-python/boto

# Michał Górny <mgorny@gentoo.org> (2024-02-27)
# Still depends on dev-python/nose.  No reverse dependencies.
# Removal on 2024-03-28.  Bug #878721.
sci-biology/biopandas

# Michał Górny <mgorny@gentoo.org> (2024-02-27)
# Effectively unmaintained in Gentoo.  Still depends on dev-python/nose,
# on top of that tests are restricted, so we don't even know if it
# works at all.  No reverse dependencies.
# Removal on 2024-03-28.  Bug #878725.
sci-chemistry/nmrglue

# Arthur Zamarin <arthurzam@gentoo.org> (2024-02-23)
# A library without any reverse dependencies in tree. Maintainer-needed
# package. Has open security bug without handling. Has open bump for a
# long time.
# Removal: 2024-03-24.  Bugs #925342, #837518.
dev-libs/zlog

# Vadim Misbakh-Soloviov <mva@gentoo.org> (2024-02-22)
# Masked for removal in 30 (or more) days.
# Fetches only from specific geo-locations, hostile upstream, security issues.
# Consider to use the version from overlay named "mva" after tree-cleaning.
# No revdeps.  Bug #876271
www-plugins/gosuslugi-plugin

# Michał Górny <mgorny@gentoo.org> (2024-02-20)
# Unmaintained.  The recently merged rewrite in Rust broke compilation
# on 32-bit architecture.  No revdeps left.
# Removal on 2024-03-21.  Bug #924881.
dev-python/pendulum

# Alfredo Tupone <tupone@gentoo.org> (2024-02-18)
# Not ported to python3_12
# Removal on 2024-03-18.
=sci-libs/pytorch-2.0*
=sci-libs/caffe2-2.0*
=sci-libs/pytorch-1*
=sci-libs/caffe2-1*

# Sam James <sam@gentoo.org> (2024-02-18)
# Lots of changes, including a port to a new build system. Needs lots of testing.
=sys-apps/gentoo-functions-1*

# Sam James <sam@gentoo.org> (2024-02-15)
# May break on some arches b/c of visibility/map changes to ffi_type_longdouble
=dev-libs/libffi-3.4.5

# Michał Górny <mgorny@gentoo.org> (2024-02-14)
# Abandoned upstream in 2020.  Has a fork that has last been released
# in 2021.  No revdeps.
# Removal on 2024-03-15.  Bug #833088.
dev-python/fb-re2

# Michał Górny <mgorny@gentoo.org> (2024-02-14)
# Unmaintained.  EAPI 6.  The service was shut down.
# Removal on 2024-03-15.  Bug #922925.
net-dns/odsclient

# Michał Górny <mgorny@gentoo.org> (2024-02-14)
# Data for removed sci-astronomy/casacore.  No other revdeps.
# Removal on 2024-03-15.  Bug #923954.
sci-astronomy/casa-data

# Michał Górny <mgorny@gentoo.org> (2024-02-14)
# media-sound/exaile is the last package to require unmaintained
# dev-python/bsddb3 (or dev-python/berkeleydb which is equally horrible
# and was removed in the past).
# Removal on 2024-03-15.  Bug #922816.
dev-python/bsddb3
media-sound/exaile

# Michał Górny <mgorny@gentoo.org> (2024-02-14)
# All these firmwares are included in sys-kernel/linux-firmware, in some
# cases in newer versions with security fixes.
# Removal on 2024-03-15.  Bug #924589.
sys-firmware/iwl1000-ucode
sys-firmware/iwl3160-7260-bt-ucode
sys-firmware/iwl3160-ucode
sys-firmware/iwl6005-ucode
sys-firmware/iwl6030-ucode
sys-firmware/iwl7260-ucode
sys-firmware/iwl8000-ucode

# Michał Górny <mgorny@gentoo.org> (2024-02-14)
# Does not work with >=kde-plasma/kwin-5.27 anymore.  Discontinued upstream.
# https://github.com/Bismuth-Forge/bismuth/issues/471#issuecomment-1410969462
# Removal on 2024-03-15.  Bug #924588.
kde-misc/bismuth

# Michał Górny <mgorny@gentoo.org> (2024-02-14)
# A NIH build system with no revdeps.  Broken with ccache, clang
# and possibly more.  Horrible bootstrap process.
# Removal on 2024-03-15.  Bug #924587.
dev-cpp/libodb
dev-cpp/libodb-sqlite
dev-util/build2

# Volkmar W. Pogatzki <gentoo@pogatzki.net> (2024-02-14)
# "A harness to build OpenJDK using [...]" is no longer needed since
# Gentoo can build openjdk from source.
# Maintainer capacity missing to maintain these packages.
# More than 30 open bugs.
# Removal on 2024-03-15.
dev-java/icedtea

# Michał Górny <mgorny@gentoo.org> (2024-02-10)
# Very fragile, keeps breaking.  Limited platform support.  Used only
# as an optional dependency for dev-python/ipykernel.
# Removal on 2024-03-11.  Bug #924221.
dev-python/debugpy

# Ulrich Müller <ulm@gentoo.org> (2024-02-08)
# Masked for testing.
# Test failure in watchpoints.dem, undefined function FresnelC.
~sci-visualization/gnuplot-6.0.0

# Michał Górny <mgorny@gentoo.org> (2024-02-07)
# Does not build anymore.  Carries a large stack of patches already.
# Last upstream activity in late 2020.  No reverse dependencies left.
# Removal on 2024-03-08.  Bug #806079.
sys-libs/libhugetlbfs

# Michał Górny <mgorny@gentoo.org> (2024-02-03)
# Doesn't work with Flask 3, and is abandoned upstream.  It can be
# trivially replaced by a local function.  No revdeps.
# Removal on 2024-03-04.  Bug #923701.
dev-python/flask-gravatar

# Michał Górny <mgorny@gentoo.org> (2024-01-31)
# Breaks some plugins and a variety of test suites.  Upstream seems
# to be planning to improve compatibility a bit.  Masking for testing
# by the Python team.
>=dev-python/pytest-8

# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-01-24)
# app-misc/ddcutil-2.1.0 causes core-dump crashes in
# kde-plasma/powerdevil[brightness-control].
~app-misc/ddcutil-2.1.0
~app-misc/ddcui-0.5.0

# Patrick Lauer <patrick@gentoo.org> (2023-12-23)
# ROCm-6 builds but has runtime issues for me
>=dev-libs/roct-thunk-interface-6.0.0
>=dev-libs/rocr-runtime-6.0.0
>=dev-libs/rocm-comgr-6.0.0
>=dev-libs/rocm-device-libs-6.0.0
>=dev-libs/rocm-opencl-runtime-6.0.0
>=dev-util/hipcc-6.0.0
>=dev-util/hip-6.0.0
>=dev-util/rocminfo-6.0.0

# Sam James <sam@gentoo.org> (2023-12-14)
# Gentoo's kernel maintainers have decided to discontinue gentoo-sources and
# gentoo-kernel for old kernel LTS branches because of the resources to require
# testing and patching them, combined with changing kernel lifecycles.
#
# The new policy is to support kernels with genpatches for 3 years after their
# release.
#
# Specifically, 4.14/4.19/5.4 have been dropped. See https://www.mpagano.com/blog/?p=315
# and http://www.kroah.com/log/blog/2018/08/24/what-stable-kernel-should-i-use/.
#
# sys-kernel/vanilla-sources will continue to be provided for all branches
# until they reach formal upstream EOL.
#
<sys-kernel/gentoo-sources-5.10
<sys-kernel/gentoo-kernel-5.10
<virtual/dist-kernel-5.10

# Sam James <sam@gentoo.org> (2023-12-09)
# ext4 corruption bug: https://lore.kernel.org/stable/20231205122122.dfhhoaswsfscuhc3@quack3/ (bug #919675)
# Please update immediately to the latest versions in each series.
=sys-kernel/gentoo-sources-6.1.64
=sys-kernel/gentoo-sources-6.1.64-r1
=sys-kernel/gentoo-sources-6.1.65
=sys-kernel/gentoo-kernel-6.1.64
=sys-kernel/gentoo-kernel-6.1.64-r1
=sys-kernel/gentoo-kernel-6.1.65
=sys-kernel/vanilla-sources-6.1.64
=sys-kernel/vanilla-sources-6.1.65
=sys-kernel/vanilla-kernel-6.1.64
=sys-kernel/vanilla-kernel-6.1.65

# Eli Schwartz <eschwartz93@gmail.com> (2023-12-02)
# Has a bug that breaks sys-apps/portage. Upgrade to 1.3.0-r1 instead.
# Bug #919072.
=dev-build/meson-1.3.0

# Sam James <sam@gentoo.org> (2023-11-25)
# Breaks desktop icon rendering, see bug #904468.
# Upstream bug: https://gitlab.xfce.org/xfce/xfdesktop/-/issues/242
=xfce-base/xfdesktop-4.19.1

# Sam James <sam@gentoo.org> (2023-11-22)
# Further bugs with CoW via copy_file_range (bug #917224, https://github.com/openzfs/zfs/issues/15526).
# The issue is very similar to bug #815469.
# ZFS 2.2.1 has a workaround but if you haven't already upgraded your pool to
# use the new block cloning feature, consider using <zfs-2.2 for now.
=sys-fs/zfs-2.2.0
=sys-fs/zfs-kmod-2.2.0

# Sam James <sam@gentoo.org> (2023-11-19)
# GCC 10 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 11.
<sys-devel/gcc-11
<sys-devel/kgcc64-11

# Sam James <sam@gentoo.org> (2023-11-05)
# Mask broken versions:
# - sys-fs/btrfs-progs-6.6(-r0) was respun upstream.
# - sys-fs/btrfs-progs-6.6-r1 had the fixed tarball, but contained an upstream
# bug in the ioctl numbers.
# Please use sys-fs/btrfs-progs-6.6-r2 or, better, sys-fs/btrfs-progs-6.6.1
# (identical in functional contents).
=sys-fs/btrfs-progs-6.6
=sys-fs/btrfs-progs-6.6-r1
=sys-fs/btrfs-progs-6.6-r2

# Sam James <sam@gentoo.org> (2023-10-06)
# Breaks building scipy: https://github.com/cython/cython/issues/5748
=dev-python/cython-3.0.3

# Jaco Kroon <jaco@uls.co.za> (2023-09-19)
# Joonas Niilola <juippis@gentoo.org> (2023-09-21)
# DAHDI is not suited for a rolling-release distribution. Upstream releases new
# versions sporadically and it may take multiple years between them. Old
# versions are constantly broken with newer kernels, requiring heavy patching
# downstream. Has no active maintainer in Gentoo. If you use DAHDI and have
# some ideas how to help, please see bug #914477.
# Removal on 2024-03-01.
net-libs/libpri
net-misc/dahdi
net-misc/dahdi-tools
net-misc/openr2

# Sam James <sam@gentoo.org> (2023-09-09)
# OpenSSL 1.1.x is EOL on 2023-09-11. Please upgrade immediately to >= OpenSSL 3.
# https://www.openssl.org/blog/blog/2023/03/28/1.1.1-EOL/
# https://www.openssl.org/blog/blog/2023/06/15/1.1.1-EOL-Reminder/
# Please run a full world upgrade, especially checking /etc/portage and your world file
# for old PHP or Ruby references.
<dev-libs/openssl-3

# 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

# Matt Turner <mattst88@gentoo.org> (2023-07-06)
# GNOME 45 mask
>=gnome-extra/gnome-logs-45_alpha

# 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-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*

# 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

# 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

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

# 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

# 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

# Andreas K. Hüttel <dilfridge@gentoo.org> (2021-09-18)
# dev-build/automake version 1.11 is EOL and is only useful for testing
# old de-ANSI-fication/ansi2knr/AM_C_PROTOTYPES code. Please uninstall.
dev-build/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

# 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.37-r3
<sys-libs/binutils-libs-2.40
<sys-devel/binutils-2.40
<sys-devel/binutils-hppa64-2.40

# 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
sys-devel/clang-crossdev-wrappers