From 019fdf9c30ff1e9e90822abc8969ed49fbe5dfaa Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Sat, 18 Sep 2021 08:34:06 +0200 Subject: Revert "Drop unused variable from base profile" This reverts commit 660f3497613fe05d5ebd965abe7f9d9fdd0e261d. Signed-off-by: Thomas Sachau --- 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" -- cgit v1.2.3-65-gdbad