commit: 019fdf9c30ff1e9e90822abc8969ed49fbe5dfaa
Author: Thomas Sachau <tommy <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 18 06:34:06 2021 +0000
Commit: Thomas Sachau <tommy <AT> gentoo <DOT> 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 <tommy <AT> 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"