diff options
author | Benda Xu <heroxbd@gentoo.org> | 2024-10-10 20:45:48 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2024-10-18 21:37:53 +0800 |
commit | 56837288392be69009b2234ca72b441e54c5efb0 (patch) | |
tree | ac65f853e0b1075c133ca1a8e1b762bd79daff6f /profiles/arch/x86 | |
parent | sys-cluster/slurm: QA to bring ebuilds in shape. (diff) | |
download | gentoo-56837288392be69009b2234ca72b441e54c5efb0.tar.gz gentoo-56837288392be69009b2234ca72b441e54c5efb0.tar.bz2 gentoo-56837288392be69009b2234ca72b441e54c5efb0.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/arch/x86')
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
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 <heroxbd@gentoo.org> (2024-10-10) +# dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on x86 +sys-cluster/slurm nvml ucx + # Patrick McLean <chutzpah@gentoo.org> (2024-09-23) # Only supported on x86/amd64 (bug #940014). net-misc/lldpd -seccomp |