commit: 224c74afee63bf62b6ef57d6191941e22f314a66 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Dec 16 22:30:19 2020 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Dec 16 22:34:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224c74af
profiles: libseccomp does not work on 32bit riscv yet Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/arch/riscv/rv32imac/package.mask | 5 +++++ profiles/arch/riscv/rv32imac/use.mask | 3 +++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/riscv/rv32imac/package.mask b/profiles/arch/riscv/rv32imac/package.mask new file mode 100644 index 00000000000..fae8be79335 --- /dev/null +++ b/profiles/arch/riscv/rv32imac/package.mask @@ -0,0 +1,5 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# sys-libs/libseccomp has not been ported to rv32 yet +sys-libs/libseccomp diff --git a/profiles/arch/riscv/rv32imac/use.mask b/profiles/arch/riscv/rv32imac/use.mask index 9de5ab73449..9779cbad81b 100644 --- a/profiles/arch/riscv/rv32imac/use.mask +++ b/profiles/arch/riscv/rv32imac/use.mask @@ -1,2 +1,5 @@ # Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +# sys-libs/libseccomp has not been ported to rv32 yet +seccomp
