blob: 4220f4b46be23288b7824c4fb1fcf9bd693fcba0 (
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
|
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2021-03-29)
# James Beddek <telans@posteo.de> (2021-10-09)
# Per profile masking in overlays is currently not working
# with pkgcore/pkgdev/pkgcheck. Mask offending packages for all profiles
# as a workaround that both makes repoman happy and works with
# pkgcore/pkgdev/pkgcheck.
# Sorry for the inconvenience.
#
# TODO: Either fix per profile masking in overlays, or move
# relevant entries to the relevant package.mask files in ::gentoo
# New entries go on top.
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-07-03)
# unavailable dependency dev-util/distro-info
dev-util/devscripts
dev-util/rpmlint
# Alessandro Barbieri <lssndrbarbieri@gmail.com> (2022-06-26)
# depends on non-existent dev-python/m2r
# https://github.com/jaysonsantos/python-binary-memcached/issues/249
dev-python/python-binary-memcached
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-06-18)
# depends on non-existent dev-java/guava:20
dev-java/gradle-hashing
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-06-10)
# depends on non-existent dev-python/flufl-bounce
net-mail/remail
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2022-06-10)
# depends on non-existent dev-python/aiosmtpd
dev-python/aiosmtplib
# Alexey Sokolov <alexey+gentoo@asokolov.org> (2022-06-10)
# Dead upstream. Doesn't work with py3.10. Removal on 2022-07-15.
# https://bugs.gentoo.org/848399
# Feel free to unmask if you want to take maintainership.
net-p2p/nuxhash
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2022-06-04)
# Incompatible with recent pytest. No revdeps. Removal on 2022-07-05.
dev-python/thriftrw
# Christopher Byrne <salah.coronya@gmail.com> (2022-04-15)
# Depends on masked dev-libs/openssl-3.0.*
app-crypt/tpm2-openssl
# Yuan Liao <liaoyuan@gmail.com> (2022-02-20)
# Depends on net-libs/libsoup:3.0, which is masked in ::gentoo.
# Masked until all dependencies are unmasked.
gnome-extra/extension-manager
|