summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-25 23:59:45 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-25 23:59:45 +0100
commit6243676c91946098c06d42bc87b5eb99aac40bf0 (patch)
treee6de308ba22148b4898b67b049c7f017ece8fea2 /profiles
parentb987a550f067c3da93b0664cf1fdc8a624c0aa38 (diff)
gentoo auto-resync : 25:04:2024 - 23:59:45
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Manifest.gzbin204433 -> 204440 bytes
-rw-r--r--profiles/arch/amd64/package.use.mask4
-rw-r--r--profiles/arch/base/package.use.mask4
-rw-r--r--profiles/arch/x86/package.use.mask4
-rw-r--r--profiles/arch/x86/package.use.stable.mask4
-rw-r--r--profiles/features/musl/package.use.mask4
-rw-r--r--profiles/package.mask15
-rw-r--r--profiles/use.local.desc6
8 files changed, 35 insertions, 6 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz
index 584ee83a6a85..79873b8922d5 100644
--- a/profiles/Manifest.gz
+++ b/profiles/Manifest.gz
Binary files differ
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
index 2e75b1a6780c..ac69b1e1f682 100644
--- a/profiles/arch/amd64/package.use.mask
+++ b/profiles/arch/amd64/package.use.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-04-25)
+# ROCm and Level-Zero are amd64-only at the moment
+sys-apps/hwloc -rocm -l0
+
# Paul Zander <negril.nx+gentoo@gmail.com> (2024-04-20)
# only keyworded for amd64 currently
media-gfx/blender -gnome -oneapi -renderdoc -vulkan
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
index a079ffb0f50e..61a7f3d48fac 100644
--- a/profiles/arch/base/package.use.mask
+++ b/profiles/arch/base/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-04-25)
+# ROCm and Level-Zero are amd64-only at the moment
+sys-apps/hwloc rocm l0
+
# Paul Zander <negril.nx+gentoo@gmail.com> (2024-04-20)
# only keyworded for amd64 currently
media-gfx/blender gnome oneapi renderdoc vulkan
diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
index 3a7916b4e2d5..ffa478160365 100644
--- a/profiles/arch/x86/package.use.mask
+++ b/profiles/arch/x86/package.use.mask
@@ -109,10 +109,6 @@ net-misc/seafile-client shibboleth
sci-mathematics/yacas gui
sci-physics/root qt5
-# Michał Górny <mgorny@gentoo.org> (2022-11-16)
-# spirv-llvm-translator is not keyworded x86.
-dev-libs/libclc spirv
-
# Ionen Wolkens <ionen@gentoo.org> (2022-11-07)
# Vulkan is usable here.
media-video/mpv -vulkan
diff --git a/profiles/arch/x86/package.use.stable.mask b/profiles/arch/x86/package.use.stable.mask
index 98a331d0e71e..e65448546f8c 100644
--- a/profiles/arch/x86/package.use.stable.mask
+++ b/profiles/arch/x86/package.use.stable.mask
@@ -17,6 +17,10 @@
#--- END OF EXAMPLES ---
+# Matt Turner <mattst88@gentoo.org> (2024-04-25)
+# spirv-llvm-translator is not stable on x86.
+dev-libs/libclc spirv
+
# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-03-21)
# Experimental, virt-firmware is keyworded only unstable
sys-kernel/installkernel efistub
diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask
index 32f4f078b71d..50ae5ded22c6 100644
--- a/profiles/features/musl/package.use.mask
+++ b/profiles/features/musl/package.use.mask
@@ -1,6 +1,10 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
+# Andrew Ammerlaan <andrewammerlaan@gentoo.org> (2024-04-25)
+# No Level-Zero on musl
+sys-apps/hwloc l0
+
# Paul Zander <negril.nx+gentoo@gmail.com> (2024-04-20)
# Renderdoc masked on musl, bug #853856
media-gfx/blender renderdoc
diff --git a/profiles/package.mask b/profiles/package.mask
index 630369576eeb..b72b3065920e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,21 @@
#--- END OF EXAMPLES ---
+# Maciej Barć <xgqt@gentoo.org> (2024-04-25)
+# Mask "app-emacs/windows" and reverse dependencies.
+# Very old package failing to compile with modern GNU Emacs.
+# Additionally all 3 packages do not have any definitive repository nor VCS.
+# Open bugs: #930655
+# Removal on 2024-05-25.
+app-emacs/basic-toolkit
+app-emacs/buffer-extension
+app-emacs/windows
+
+# Matt Turner <mattst88@gentoo.org> (2024-04-25)
+# Masked for testing
+=dev-util/intel_clc-24.1*
+=media-libs/mesa-24.1*
+
# Michał Górny <mgorny@gentoo.org> (2024-04-23)
# No py3.12, no tests, no maintainer. Also no revdeps.
# Removal on 2024-05-23. Bug #929513.
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 615b4d8fdcb0..8fd7bbe60b2d 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -873,7 +873,6 @@ app-misc/fastfetch:ddcutil - Use app-misc/ddcutil to query monitor settings
app-misc/fastfetch:drm - Enables support for X.org's x11-libs/libdrm
app-misc/fastfetch:nvidia-gpu - Enables extra support for NVIDIA GPU
app-misc/fastfetch:osmesa - Enables offscreen rendering support from media-libs/mesa
-app-misc/fastfetch:pci - Enables reading GPU via sys-apps/pciutils
app-misc/fastfetch:vulkan - Enables reading GPU via media-libs/vulkan-loader
app-misc/fastfetch:xfce - Enables support for XFCE config
app-misc/fastfetch:xrandr - Enables support for Xrandr
@@ -5926,7 +5925,6 @@ net-im/toxic:notification - Enables desktop notifications with libnotify, with s
net-im/toxic:qrcode - Enables QR code support
net-im/toxic:sound - Enables audio calling
net-im/toxic:video - Enables video calling
-net-im/zoom:bundled-libjpeg-turbo - Use bundled libturbojpeg instead of media-libs/libjpeg-turbo
net-im/zoom:bundled-qt - Use bundled Qt and icu instead of system-wide libs
net-im/zoom:opencl - Use OpenCL for virtual background support (virtual/opencl)
net-irc/anope:ldap - Build LDAP modules for e.g. opertypes
@@ -6442,6 +6440,7 @@ net-misc/frr:nhrp - Build Next Hop Resolution Protocol daemon
net-misc/frr:ospfapi - Build OSPFAPI support
net-misc/frr:pam - Add support for PAM (via sys-libs/pam) to the Virtual Terminal Interface Shell (vtysh)
net-misc/frr:rpki - Enable RPKI
+net-misc/geckodriver:unchained - Apply the geckodriver-unchained patch, for Gecko-based non-Firefox browsers (e.g. Librewolf)
net-misc/gerbera:curl - Support HTTP media sources (e.g. internet radio)
net-misc/gerbera:exiv2 - Use media-gfx/exiv2 to extract EXIF information
net-misc/gerbera:ffmpegthumbnailer - Enable video thumbnail support with media-video/ffmpegthumbnailer
@@ -6932,6 +6931,7 @@ net-vpn/frp:client - Build and install frp client (frpc)
net-vpn/frp:server - Build and install frp server (frps)
net-vpn/i2pd:i2p-hardening - Compile with hardening on vanilla compilers/linkers
net-vpn/libreswan:dnssec - Use DNSSEC resolver (requires net-dns/unbound)
+net-vpn/libreswan:ikev1 - Enable the IKEv1 protocol
net-vpn/networkmanager-sstp:gtk4 - Use gui-libs/gtk for GUI support.
net-vpn/networkmanager-strongswan:gtk4 - Use GTK4 instead of GTK3.
net-vpn/ocserv:otp - Enable support for one-time passwords
@@ -7853,10 +7853,12 @@ sys-apps/hwloc:cairo - Enable the Cairo back-end of hwloc's lstopo command
sys-apps/hwloc:cpuid - Enable the cpuid-based architecture specific support (x86 component)
sys-apps/hwloc:cuda - Enable CUDA device discovery using libcudart
sys-apps/hwloc:gl - Enable GL display device discovery (NVCtrl)
+sys-apps/hwloc:l0 - Enable oneAPI Level Zero device discovery
sys-apps/hwloc:numa - Add support for numa memory allocation
sys-apps/hwloc:nvml - Enable the NVML device discovery
sys-apps/hwloc:pci - Enable PCI device discovery using libpci
sys-apps/hwloc:plugins - Build hwloc components as plugins so that the hwloc core library does not directly depend on their dependencies (for instance the libpci library)
+sys-apps/hwloc:rocm - Enable AMD RSMI device discovery
sys-apps/hwloc:xml - use libxml2 for XML support, instead of a custom minimalistic support
sys-apps/ibm-powerpc-utils:rtas - Add support for the Run Time Abstraction Services (RTAS)
sys-apps/iotools:make-symlinks - Generate sub-command symlinks to iotools -- note that a lot are simple like "xor"