Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/multilib/
Date: Fri, 03 May 2019 21:49:48
Message-Id: 1556919835.65240519fbecb1eb19e791692be0554791425657.dilfridge@gentoo
1 commit: 65240519fbecb1eb19e791692be0554791425657
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 1 19:34:12 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 21:43:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65240519
7
8 profiles: Also build sandbox for all riscv ABIs
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 profiles/features/multilib/package.use | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/profiles/features/multilib/package.use b/profiles/features/multilib/package.use
16 index b171f871ab0..93511b0bcf5 100644
17 --- a/profiles/features/multilib/package.use
18 +++ b/profiles/features/multilib/package.use
19 @@ -3,4 +3,4 @@
20
21 # Enable all ABIs by default so we can protect any non-native binaries that
22 # might be executed.
23 -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
24 +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