summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2021-09-18 08:34:06 +0200
committerThomas Sachau <tommy@gentoo.org>2021-09-18 08:34:06 +0200
commit019fdf9c30ff1e9e90822abc8969ed49fbe5dfaa (patch)
tree421c1858ec1391afa74e7c6bcdcd5700b2ab213f
parentUse eclass flags for rust due to SRC_URI dependencies on them (diff)
downloadmultilib-portage-019fdf9c30ff1e9e90822abc8969ed49fbe5dfaa.tar.gz
multilib-portage-019fdf9c30ff1e9e90822abc8969ed49fbe5dfaa.tar.bz2
multilib-portage-019fdf9c30ff1e9e90822abc8969ed49fbe5dfaa.zip
Revert "Drop unused variable from base profile"
This reverts commit 660f3497613fe05d5ebd965abe7f9d9fdd0e261d. Signed-off-by: Thomas Sachau <tommy@gentoo.org>
-rw-r--r--profiles/base/make.defaults4
1 files changed, 4 insertions, 0 deletions
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"