diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2024-11-21 10:41:49 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2024-11-21 10:41:49 +0300 |
commit | 64bcba7bbce2b42d2997bed5242cad291ea3685e (patch) | |
tree | 996cc964dad198714452ae35ab8a4e48198bd6d8 | |
parent | net-im/toxic: Stabilize 0.15.1 x86, #944205 (diff) | |
download | gentoo-64bcba7bbce2b42d2997bed5242cad291ea3685e.tar.gz gentoo-64bcba7bbce2b42d2997bed5242cad291ea3685e.tar.bz2 gentoo-64bcba7bbce2b42d2997bed5242cad291ea3685e.zip |
profiles/arch: mask nnpot use flag for arm64 and riscv
sci-libs/caffe2 is not keyworded for arm64 and riscv
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/riscv/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index ba86de4fa81e..99bacb2f64a4 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 +# Alexey Shvetsov <alexxy@gentoo.org> (2024-11-21) +# sci-libs/caffe2 is not keyworded on arm64 +sci-chemistry/gromacs nnpot + # Joonas Niilola <juippis@gentoo.org> (2024-11-16) # Available on arm64. www-client/firefox -wasm diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 90aa7d0a5500..65da676a5fa1 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 +# Alexey Shvetsov <alexxy@gentoo.org> (2024-11-21) +# sci-libs/caffe2 is not keyworded on arm64 +sci-chemistry/gromacs nnpot + # Benda Xu <heroxbd@gentoo.org> (2024-10-10) # dev-util/nvidia-cuda-toolkit or sys-cluster/ucx are not keyworded on riscv sys-cluster/slurm nvml ucx |