diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 165941 -> 165940 bytes | |||
-rw-r--r-- | profiles/arch/loong/package.use.mask | 3 | ||||
-rw-r--r-- | profiles/package.mask | 11 | ||||
-rw-r--r-- | profiles/use.local.desc | 2 |
4 files changed, 15 insertions, 1 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 34f6da01c9ce..a0d7afd64338 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/arch/loong/package.use.mask b/profiles/arch/loong/package.use.mask index 4bf77e1060c7..18cc8a8b6d5f 100644 --- a/profiles/arch/loong/package.use.mask +++ b/profiles/arch/loong/package.use.mask @@ -157,7 +157,10 @@ mate-base/mate help # Sanitizers partially supported on this architecture. # # ASan: https://reviews.llvm.org/D129418 (LLVM 15 and above) +# TSan: https://reviews.llvm.org/D139292 (LLVM 16 since 20221208) +# UBSan: https://reviews.llvm.org/D139292 (LLVM 16 since 20221208) >=sys-libs/compiler-rt-sanitizers-15 -asan +>=sys-libs/compiler-rt-sanitizers-16.0.0_pre20221210 -tsan -ubsan # WANG Xuerui <xen0n@gentoo.org> (2022-07-08) # virtual/{jdk,jre} is not available on loong yet. diff --git a/profiles/package.mask b/profiles/package.mask index a36af62d813a..9be5ab60969f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,17 @@ #--- END OF EXAMPLES --- +# Jonas Stein <jstein@gentoo.org> (2022-12-11) +# Unfetchable and mirror-restricted. +# Upstream discontinued +# Removal after 2023-02-01. Bug #884715. +dev-cpp/sourcetrail + +# Andreas K. Hüttel <dilfridge@gentoo.org> (2022-12-10) +# Fails to build with recent perl. No maintainer, no revdeps. +# Removal in 30 days. Bug 849518 +net-p2p/opendchub + # Sam James <sam@gentoo.org> (2022-12-09) # Breaks compilation of reverse dependencies with broken pkgconfig (pc) file # bug #885075, https://github.com/libarchive/libarchive/issues/1766 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 03a583acc026..f5c5be198a8d 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -5130,6 +5130,7 @@ media-video/mpv:pipewire - Enable sound support via native PipeWire backend media-video/mpv:raspberry-pi - Enable support for the Raspberry Pi media-video/mpv:rubberband - Enable high quality pitch correction via media-libs/rubberband media-video/mpv:sdl - Enable media-libs/libsdl2 based video and audio outputs (Note: these outputs exist for compatibility reasons only, avoid if possible) +media-video/mpv:sixel - Enable support for the sixel video backend using media-libs/libsixel media-video/mpv:sndio - Enable sound support via media-sound/sndio media-video/mpv:tools - Install extra tools: mpv_identify.sh, mpv_idet.sh, and umpv media-video/mpv:uchardet - Enable subtitles charset discovery via app-i18n/uchardet @@ -5568,7 +5569,6 @@ net-dns/bind:json - Enable JSON statistics channel net-dns/bind:lmdb - Enable LMDB support to store configuration for 'addzone' zones net-dns/bind-tools:gssapi - Enable gssapi support net-dns/ddclient:examples - Install various example files, like for cron. -net-dns/ddclient:iproute2 - Use sys-apps/iproute2 instead of sys-apps/net-tools for interaction. net-dns/dnsdist:dnscrypt - Enable the ability to act as a DNSCrypt server net-dns/dnsdist:dnstap - Enable support for dnstap net-dns/dnsdist:doh - Enable support for dns over http via www-servers/h2o |