commit: 56837288392be69009b2234ca72b441e54c5efb0 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org> AuthorDate: Thu Oct 10 12:45:48 2024 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Fri Oct 18 13:37:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56837288
profiles/arch: mask nvml and ucx USE flags on arm64, riscv and x86. Their dependencies could not be satisfied. Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org> profiles/arch/arm64/package.use.mask | 4 ++++ profiles/arch/riscv/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 9ba62b666da7..1a503f56d028 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Benda Xu <[email protected]> (2024-10-10) +# dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on arm64 +sys-cluster/slurm nvml ucx + # orbea <[email protected]> (2024-07-19) # Unmask the dynarec flag which has arm64 asm. games-emulation/rmg -dynarec diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index abaf3ff99bf4..2e47c70d8f4f 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,10 @@ # Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Benda Xu <[email protected]> (2024-10-10) +# dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on riscv +sys-cluster/slurm nvml ucx + # David Roman <[email protected]> (2024-10-04) # dev-libs/libunibreak not keyworded here media-libs/libass libunibreak diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 5054b5dea2ef..56f98be6130e 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -18,6 +18,10 @@ net-misc/plowshare javascript sci-astronomy/cpl gasgano sci-libs/gdal java +# Benda Xu <[email protected]> (2024-10-10) +# dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on x86 +sys-cluster/slurm nvml ucx + # Patrick McLean <[email protected]> (2024-09-23) # Only supported on x86/amd64 (bug #940014). net-misc/lldpd -seccomp
