diff options
author | 2024-04-25 10:45:15 +0200 | |
---|---|---|
committer | 2024-04-25 10:48:24 +0200 | |
commit | 21867382426ea87eccf3c49ece762b4e83589edd (patch) | |
tree | 0a5d526a5c35f04a0340def87c852e5b99b3246d /profiles | |
parent | x11-drivers/nvidia-drivers: add 550.40.61:0/vulkan, drop 550.40.59 (diff) | |
download | gentoo-21867382426ea87eccf3c49ece762b4e83589edd.tar.gz gentoo-21867382426ea87eccf3c49ece762b4e83589edd.tar.bz2 gentoo-21867382426ea87eccf3c49ece762b4e83589edd.zip |
sys-apps/hwloc: remove automagic behaviour of rocm/l0
And:
- fixed the icon file
- add doc flag to install doxygen documentation
Closes: https://bugs.gentoo.org/926862
Closes: https://bugs.gentoo.org/927627
Closes: https://bugs.gentoo.org/833345
Closes: https://bugs.gentoo.org/836663
Closes: https://github.com/gentoo/gentoo/pull/25837
Co-authored-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/features/musl/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
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/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 |