From: Andreas K. Hüttel Date: Wed, 1 May 2019 19:34:12 +0000 (+0200) Subject: profiles: Also build sandbox for all riscv ABIs X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65240519fbecb1eb19e791692be0554791425657;p=gentoo.git profiles: Also build sandbox for all riscv ABIs Signed-off-by: Andreas K. Hüttel --- diff --git a/profiles/features/multilib/package.use b/profiles/features/multilib/package.use index b171f871ab08..93511b0bcf54 100644 --- a/profiles/features/multilib/package.use +++ b/profiles/features/multilib/package.use @@ -3,4 +3,4 @@ # Enable all ABIs by default so we can protect any non-native binaries that # might be executed. -sys-apps/sandbox abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_o32 abi_mips_n32 abi_mips_n64 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64 +sys-apps/sandbox abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_o32 abi_mips_n32 abi_mips_n64 abi_ppc_32 abi_ppc_64 abi_riscv_lp64d abi_riscv_lp64 abi_s390_32 abi_s390_64