diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 188475 -> 188479 bytes | |||
-rw-r--r-- | profiles/features/musl/package.mask | 6 | ||||
-rw-r--r-- | profiles/package.mask | 15 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/10.13/x64/package.mask | 7 |
4 files changed, 27 insertions, 1 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 32a604c01d65..b4358e44abd2 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index db1829d9f662..3e116910a421 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,12 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <grobian@gentoo.org> (2024-01-11) +# Fails to compile: https://bugs.gentoo.org/908961 +=app-editors/vim-core-9.0.2092 +=app-editors/vim-9.0.2092 +=app-editors/gvim-9.0.2092 + # Maciej Barć <xgqt@gentoo.org> (2024-01-06) # Binary package, which is compiled against glibc app-office/joplin-desktop diff --git a/profiles/package.mask b/profiles/package.mask index a08558d707a1..da39bcf30fba 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,19 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (2024-01-11) +# These plugins are no longer maintained. At least +# dev-python/pytest-virtualenv is broken. They have no revdeps left. +# Removal on 2024-02-10. Bug #921836. +dev-python/pytest-fixture-config +dev-python/pytest-shutil +dev-python/pytest-verbose-parametrize +dev-python/pytest-virtualenv + +# Michał Górny <mgorny@gentoo.org> (2024-01-11) +# Breaks random test suites using pytest-xdist. +=dev-python/pytest-asyncio-0.23.4_alpha1 + # Viorel Munteanu <ceamac@gentoo.org> (2024-01-08) # Masked for removal due to licensing issues and possible GPL infringement. # Removal: 2024-02-07. Bug #766129. @@ -389,6 +402,8 @@ dev-python/ruamel-std-pathlib ~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.3.0 ~sys-auth/polkit-qt-0.175.0 # Hans de Graaff <graaff@gentoo.org> (2023-12-17) diff --git a/profiles/prefix/darwin/macos/10.13/x64/package.mask b/profiles/prefix/darwin/macos/10.13/x64/package.mask index 320a6bbb1a0c..b1624df9f4ca 100644 --- a/profiles/prefix/darwin/macos/10.13/x64/package.mask +++ b/profiles/prefix/darwin/macos/10.13/x64/package.mask @@ -1,2 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2024 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen <grobian@gentoo.org> (2024-01-11) +# Fails to compile: +# https://github.com/c-ares/c-ares/issues/682 +=net-dns/c-ares-1.25.0 |