Gentoo Archives: gentoo-commits

From: Thomas Sachau <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/multilib-portage:master commit in: profiles/base/
Date: Sat, 18 Sep 2021 06:34:46
Message-Id: 1631946846.019fdf9c30ff1e9e90822abc8969ed49fbe5dfaa.tommy@gentoo
1 commit: 019fdf9c30ff1e9e90822abc8969ed49fbe5dfaa
2 Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 06:34:06 2021 +0000
4 Commit: Thomas Sachau <tommy <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 06:34:06 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/multilib-portage.git/commit/?id=019fdf9c
7
8 Revert "Drop unused variable from base profile"
9
10 This reverts commit 660f3497613fe05d5ebd965abe7f9d9fdd0e261d.
11
12 Signed-off-by: Thomas Sachau <tommy <AT> gentoo.org>
13
14 profiles/base/make.defaults | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
18 index e5c16c0df..09e29fd73 100644
19 --- a/profiles/base/make.defaults
20 +++ b/profiles/base/make.defaults
21 @@ -38,6 +38,10 @@ RESTRICT_MULTILIB_BINARIES="app-admin/eselect-python app-arch/rpm2targz app-cryp
22
23 USE="${USE} multilib"
24
25 +# Enable building binaries for all target ABIs, so multilib-portage can still use USE=abiwrapper to select
26 +# the binaries they want
27 +COMPLETE_MULTILIB=yes
28 +
29 # set a default for $PKG_CONFIG to avoid a collision with crossdev-wrappers
30 # suggested by and thanks to ohnobinki
31 PKG_CONFIG="/usr/bin/pkg-config"