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 E34B6158092 for ; Sat, 18 Sep 2021 06:34:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32728E07F0; Sat, 18 Sep 2021 06:34:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 171B9E07F0 for ; Sat, 18 Sep 2021 06:34:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 353C6342F9A for ; Sat, 18 Sep 2021 06:34:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA56FEA for ; Sat, 18 Sep 2021 06:34:43 +0000 (UTC) From: "Thomas Sachau" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Sachau" Message-ID: <1631946846.019fdf9c30ff1e9e90822abc8969ed49fbe5dfaa.tommy@gentoo> Subject: [gentoo-commits] proj/multilib-portage:master commit in: profiles/base/ X-VCS-Repository: proj/multilib-portage X-VCS-Files: profiles/base/make.defaults X-VCS-Directories: profiles/base/ X-VCS-Committer: tommy X-VCS-Committer-Name: Thomas Sachau X-VCS-Revision: 019fdf9c30ff1e9e90822abc8969ed49fbe5dfaa X-VCS-Branch: master Date: Sat, 18 Sep 2021 06:34:43 +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: 7923178c-efcb-430a-bee9-909c082d8875 X-Archives-Hash: f1ec6bc05530b8eb6ecb4fc29d58fdca commit: 019fdf9c30ff1e9e90822abc8969ed49fbe5dfaa Author: Thomas Sachau gentoo org> AuthorDate: Sat Sep 18 06:34:06 2021 +0000 Commit: Thomas Sachau gentoo org> CommitDate: Sat Sep 18 06:34:06 2021 +0000 URL: https://gitweb.gentoo.org/proj/multilib-portage.git/commit/?id=019fdf9c Revert "Drop unused variable from base profile" This reverts commit 660f3497613fe05d5ebd965abe7f9d9fdd0e261d. Signed-off-by: Thomas Sachau gentoo.org> profiles/base/make.defaults | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index e5c16c0df..09e29fd73 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -38,6 +38,10 @@ RESTRICT_MULTILIB_BINARIES="app-admin/eselect-python app-arch/rpm2targz app-cryp USE="${USE} multilib" +# Enable building binaries for all target ABIs, so multilib-portage can still use USE=abiwrapper to select +# the binaries they want +COMPLETE_MULTILIB=yes + # set a default for $PKG_CONFIG to avoid a collision with crossdev-wrappers # suggested by and thanks to ohnobinki PKG_CONFIG="/usr/bin/pkg-config"