From c035b2b83f0e94c4b2e82184f00bcef874e6276b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 11 May 2024 00:01:23 +0100 Subject: gentoo auto-resync : 11:05:2024 - 00:01:22 --- profiles/Manifest.gz | Bin 205429 -> 205411 bytes profiles/arch/amd64/use.mask | 5 ----- profiles/arch/amd64/use.stable.mask | 5 ----- profiles/arch/arm64/use.mask | 16 ++++++---------- profiles/arch/arm64/use.stable.mask | 8 ++++++++ profiles/arch/base/use.mask | 5 ----- profiles/base/package.use.mask | 5 +++++ profiles/features/musl/package.mask | 10 ++++++++++ profiles/features/musl/package.use.mask | 7 +++++++ profiles/use.local.desc | 5 ++--- 10 files changed, 38 insertions(+), 28 deletions(-) (limited to 'profiles') diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz index 019ddce67d08..8759ce16c44d 100644 Binary files a/profiles/Manifest.gz and b/profiles/Manifest.gz differ diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 05b4d15bec03..8049967550c6 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -1,11 +1,6 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Michał Górny (2024-05-08) -# Python 3.13 is due for rekeywording due to a new dep. --python_targets_python3_13 --python_single_target_python3_13 - # Unmask the flag which corresponds to ARCH. -amd64 diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index c37a4c878745..c7159b879206 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -4,11 +4,6 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask -# Michał Górny (2024-05-08) -# Need to copy this here while the flag is use.masked. -python_targets_python3_13 -python_single_target_python3_13 - # Paul Zander (2023-11-17) # ROCm/HIP is not suitable for stabilization. hip diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 4211f21cb58e..2b5aca1f59d3 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -121,30 +121,26 @@ anthy snapcast # Unmask ARM-only video-cards +-video_cards_amdgpu +-video_cards_d3d12 -video_cards_exynos -video_cards_freedreno -video_cards_lima -video_cards_nouveau -video_cards_panfrost +-video_cards_radeon +-video_cards_radeonsi -video_cards_tegra -video_cards_v3d -video_cards_vc4 --video_cards_amdgpu --video_cards_radeon --video_cards_radeonsi - -# James Le Cuirot -# Unmask as Vivante is available for arm. -video_cards_vivante +-video_cards_vmware # Donnie Berkholz (2006-02-05) # Modular X: mask for architectures on which they aren't available video_cards_mga -video_cards_r128 - -# Matt Turner -# Mask more VIDEO_CARDs added with mesa-8.0 video_cards_r100 +video_cards_r128 video_cards_r200 video_cards_r300 video_cards_r600 diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index fd6426126dec..18cd219279c6 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -4,6 +4,14 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Matt Turner (2024-05-10) +# x11-drivers/xf86-video-vmware is not stable yet +video_cards_vmware + +# Matt Turner (2024-05-10) +# dev-util/directx-headers is not stable yet +video_cards_d3d12 + # Mart Raudsepp (2023-10-03) # dev-util/sysprof-capture and dev-util/sysprof are not stable yet sysprof diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index 529ebbacc4e4..d1cd9910ec4a 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -1,11 +1,6 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Michał Górny (2024-05-08) -# Python 3.13 is due for rekeywording due to a new dep. -python_targets_python3_13 -python_single_target_python3_13 - # Paul Zander (2024-04-14) # media-libs/quirc only keyworded on amd64, x86 quirc diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 20c21ce3ff99..17375914751e 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James (2024-05-09) +# Experimental option upstream which seems undertested and underdocumented. +# Fails to build with stricter C compilers too (bug #919685). +net-misc/openssh xmss + # Matt Turner (2024-05-08) # Brand new, introduces lots of new aspects to the build. # Masked for further testing. diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 78a653ddc760..f54ff6cdaabc 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,16 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Robert Förster (2024-05-06) +# needs mongodb +net-wireless/unifi + +# Robert Förster (2024-05-06) +# bundles old gperftools not supporting musl, +# among not being buildable itself +# bug #906782, #716296, et al. +dev-db/mongodb + # Akinori Hattori (2024-04-14) # musl iconv does not implement required encodings. app-i18n/nkf diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 50ae5ded22c6..67ed6fe94f32 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Robert Förster (2024-05-06) +# dev-db/mongodb is masked on musl +dev-libs/mongo-c-driver test +dev-php/pecl-mongodb test +dev-python/pymongo test-full +net-analyzer/zmap mongo + # Andrew Ammerlaan (2024-04-25) # No Level-Zero on musl sys-apps/hwloc l0 diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 83f5fff21a53..ad3aba7b4afa 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -2201,7 +2201,6 @@ dev-libs/pocl:memmanager - Enables custom memory manager. Except for special cir dev-libs/poco:7z - Add Support for the 7z archive format dev-libs/poco:activerecord - Add ActiveRecord support dev-libs/poco:cppparser - Build and install a minimal C++ parser -dev-libs/poco:crypto - Encryption and digital signing classes dev-libs/poco:data - Database abstraction layer to easily send/retrieve data to/from various databases dev-libs/poco:file2pagecompiler - Utility to convert ordinary files to Page Compiler source files dev-libs/poco:json - Add JSON support @@ -2212,6 +2211,7 @@ dev-libs/poco:net - Classes to write network clients & servers dev-libs/poco:pagecompiler - Simple compiler translating HTML pages containing embedded C++ code into HTTPRequestHandler classes dev-libs/poco:pocodoc - POCO documentation generator dev-libs/poco:prometheus - Add prometheus monitoring system support +dev-libs/poco:ssl - Encryption and digital signing classes dev-libs/poco:util - Several utility classes (like logger, timer, config file parser) dev-libs/poco:zip - Add support for the zip & gz archive formats dev-libs/ppl:cdd - Build the ppl_lcdd program for vertex/facet enumeration accepting the same input format as the programs shipped with sci-libs/cddlib and sci-libs/lrslib @@ -2287,6 +2287,7 @@ dev-lisp/cmucl:doc - Installs package documentation dev-lisp/cmucl:source - Include source code for CMUCL in installation dev-lisp/ecl:gengc - Use generational garbage collection (experimental) dev-lisp/ecl:precisegc - Use type information during garbage collection (experimental) +dev-lisp/ecl:unicode - Make the produced lisp support unicode dev-lisp/gcl:ansi - Build a GCL with ANSI support (else build a traditional CLtL1 image) dev-lisp/gcl:athena - Build xgcl - an interface to x11-libs/libXaw dev-lisp/sbcl:system-bootstrap - Bootstrap SBCL using either system SBCL installation or dev-lisp/clisp @@ -5416,10 +5417,8 @@ net-analyzer/net-snmp:ucd-compat - Build UCD compatibility library. Increases si net-analyzer/netdata:aclk - Enable Agent-Cloud Link (ACLK) for securely connecting a Netdata Agent to your web browser through Netdata Cloud net-analyzer/netdata:bpf - Enable the extended Berkeley Packet Filter (eBPF) collector to monitor kernel-level metrics about applications with per-second granularity net-analyzer/netdata:cloud - Enable Netdata Cloud support -net-analyzer/netdata:compression - Enable compression via zlib net-analyzer/netdata:dbengine - Enable the Netdata database engine net-analyzer/netdata:ipmi - Install sys-apps/ipmitool required for monitoring IPMI sensors. -net-analyzer/netdata:jsonc - Enable optimization of JSON using dev-libs/json-c net-analyzer/netdata:mongodb - Enable support for the mongodb backend net-analyzer/netdata:nfacct - Enable the nfacct plugin net-analyzer/netdata:nodejs - Enable use of nodejs (which some plugins use) -- cgit v1.2.3