From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0A521382C5 for ; Wed, 16 Dec 2020 22:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82C56E0A45; Wed, 16 Dec 2020 22:35:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6956CE0A45 for ; Wed, 16 Dec 2020 22:35:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30376340997 for ; Wed, 16 Dec 2020 22:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C844E4C for ; Wed, 16 Dec 2020 22:35:11 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1608158097.224c74afee63bf62b6ef57d6191941e22f314a66.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/riscv/rv32imac/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/riscv/rv32imac/package.mask profiles/arch/riscv/rv32imac/use.mask X-VCS-Directories: profiles/arch/riscv/rv32imac/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 224c74afee63bf62b6ef57d6191941e22f314a66 X-VCS-Branch: master Date: Wed, 16 Dec 2020 22:35:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3b51761d-1d72-40aa-a109-ef5aae906d40 X-Archives-Hash: f7d07e34ba678e955c5da5bc516b8dea commit: 224c74afee63bf62b6ef57d6191941e22f314a66 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Dec 16 22:30:19 2020 +0000 Commit: Andreas K. Hüttel gentoo 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 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