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 0B70C138359 for ; Fri, 11 Sep 2020 16:20:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3550CE08EC; Fri, 11 Sep 2020 16:20:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 169CBE08EC for ; Fri, 11 Sep 2020 16:20:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B89EF340D06 for ; Fri, 11 Sep 2020 16:20:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29A1233F for ; Fri, 11 Sep 2020 16:20:23 +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: <1599841179.f48eaee96514059f7942c34b1498f340fa48b4e6.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/multilib/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/multilib/package.use X-VCS-Directories: profiles/features/multilib/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: f48eaee96514059f7942c34b1498f340fa48b4e6 X-VCS-Branch: master Date: Fri, 11 Sep 2020 16:20:23 +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: 2973ab21-fc44-4db9-82b1-4d2c222c684b X-Archives-Hash: 0d4c0346d4ecab98573172c247edd463 commit: f48eaee96514059f7942c34b1498f340fa48b4e6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Sep 11 16:19:39 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Sep 11 16:19:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48eaee9 profiles: build all rv32 abi for multilib sandbox Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/features/multilib/package.use | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/features/multilib/package.use b/profiles/features/multilib/package.use index 02f17121c03..33f47dfe41a 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_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_riscv_lp64d abi_riscv_lp64 abi_riscv_ilp32d abi_riscv_ilp32 abi_s390_32 abi_s390_64