diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-16 23:44:01 +0300 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-09-18 14:05:53 +0300 |
commit | ca545f53d73635456f2efcc5b10c95b3d1d47622 (patch) | |
tree | 620d8d56eb362139d7a22a94d99f5a281b3cf4c8 /profiles/features | |
parent | Partially revert "app-portage/gemato: Remove old" (diff) | |
download | gentoo-ca545f53d73635456f2efcc5b10c95b3d1d47622.tar.gz gentoo-ca545f53d73635456f2efcc5b10c95b3d1d47622.tar.bz2 gentoo-ca545f53d73635456f2efcc5b10c95b3d1d47622.zip |
profiles: Drop ABI_RISCV from riscv profiles; it's multilib overkill
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/multilib/package.use | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/features/multilib/package.use b/profiles/features/multilib/package.use index 33f47dfe41ab..2e331dfb04f3 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_riscv_lp64d abi_riscv_lp64 abi_riscv_ilp32d abi_riscv_ilp32 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_s390_32 abi_s390_64 |