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 97213138334 for ; Sat, 20 Apr 2019 23:30:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39CE8E0980; Sat, 20 Apr 2019 23:30:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 149C0E0980 for ; Sat, 20 Apr 2019 23:30:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 11CBF3420DA for ; Sat, 20 Apr 2019 17:23:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66464326 for ; Sat, 20 Apr 2019 17:23:32 +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: <1555780985.92f16fc7d09f66f1b0b8147ebeb1972153eec778.dilfridge@gentoo> Subject: [gentoo-commits] proj/riscv:master commit in: profiles/arch/riscv/ X-VCS-Repository: proj/riscv X-VCS-Files: profiles/arch/riscv/make.defaults X-VCS-Directories: profiles/arch/riscv/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 92f16fc7d09f66f1b0b8147ebeb1972153eec778 X-VCS-Branch: master Date: Sat, 20 Apr 2019 17:23:32 +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: 004a3330-b067-46f8-ad58-d1e85df3d83f X-Archives-Hash: 1210cb6ef426c9a47ec88928b34bb6c6 commit: 92f16fc7d09f66f1b0b8147ebeb1972153eec778 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 20 17:23:05 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Apr 20 17:23:05 2019 +0000 URL: https://gitweb.gentoo.org/proj/riscv.git/commit/?id=92f16fc7 profiles: Disable advanced portage features to make qemu work Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/arch/riscv/make.defaults | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/arch/riscv/make.defaults b/profiles/arch/riscv/make.defaults index 1e1fc22..f7ee72c 100644 --- a/profiles/arch/riscv/make.defaults +++ b/profiles/arch/riscv/make.defaults @@ -8,6 +8,9 @@ ACCEPT_KEYWORDS="riscv ~riscv" CHOST="riscv64-unknown-linux-gnu" +# Since many people will want to test this in qemu... +FEATURES="-pid-sandbox -network-sandbox -ipc-sandbox" + # This is not a complete profile. The following stuff is # defined in subdirs: # CFLAGS