commit:     92f16fc7d09f66f1b0b8147ebeb1972153eec778
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 17:23:05 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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

Reply via email to